Skip to content

Commit 108fb42

Browse files
committed
fix typo in comment
1 parent ba32c6a commit 108fb42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/reverselookup-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ let fromCosmeticFilter = function(details) {
238238
break;
239239
// HTML filtering
240240
case 64: // CSS selector
241-
case 65: // procdural
241+
case 65: // procedural
242242
if ( exception !== (fargs[1].charAt(0) === '!') ) { break; }
243243
if (
244244
fargs[0] === 64 && fargs[3] !== selector ||

0 commit comments

Comments
 (0)