1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00

fix typo in comment

This commit is contained in:
Raymond Hill 2018-09-06 12:55:57 -04:00
parent ba32c6a473
commit 108fb425fc
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -238,7 +238,7 @@ let fromCosmeticFilter = function(details) {
break;
// HTML filtering
case 64: // CSS selector
case 65: // procdural
case 65: // procedural
if ( exception !== (fargs[1].charAt(0) === '!') ) { break; }
if (
fargs[0] === 64 && fargs[3] !== selector ||