mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fix typos in comments
This commit is contained in:
parent
9d3acd91b8
commit
4dc396ff05
1 changed files with 2 additions and 2 deletions
|
@ -3395,7 +3395,7 @@ function setCookie(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// For compatiblity with AdGuard
|
// For compatibility with AdGuard
|
||||||
builtinScriptlets.push({
|
builtinScriptlets.push({
|
||||||
name: 'set-cookie-reload.js',
|
name: 'set-cookie-reload.js',
|
||||||
fn: setCookieReload,
|
fn: setCookieReload,
|
||||||
|
@ -3786,7 +3786,7 @@ function trustedSetCookie(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// For compatiblity with AdGuard
|
// For compatibility with AdGuard
|
||||||
builtinScriptlets.push({
|
builtinScriptlets.push({
|
||||||
name: 'trusted-set-cookie-reload.js',
|
name: 'trusted-set-cookie-reload.js',
|
||||||
requiresTrust: true,
|
requiresTrust: true,
|
||||||
|
|
Loading…
Reference in a new issue