1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Fix typos in comments

This commit is contained in:
Raymond Hill 2023-10-18 09:50:58 -04:00
parent 9d3acd91b8
commit 4dc396ff05
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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,