mirror of https://github.com/gorhill/uBlock.git
Fix typos in comments
This commit is contained in:
parent
9d3acd91b8
commit
4dc396ff05
|
@ -3395,7 +3395,7 @@ function setCookie(
|
|||
);
|
||||
}
|
||||
|
||||
// For compatiblity with AdGuard
|
||||
// For compatibility with AdGuard
|
||||
builtinScriptlets.push({
|
||||
name: 'set-cookie-reload.js',
|
||||
fn: setCookieReload,
|
||||
|
@ -3786,7 +3786,7 @@ function trustedSetCookie(
|
|||
);
|
||||
}
|
||||
|
||||
// For compatiblity with AdGuard
|
||||
// For compatibility with AdGuard
|
||||
builtinScriptlets.push({
|
||||
name: 'trusted-set-cookie-reload.js',
|
||||
requiresTrust: true,
|
||||
|
|
Loading…
Reference in New Issue