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
1 changed files with 1 additions and 1 deletions

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