diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 0e00f0b0d..6bbf13a44 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1455,7 +1455,7 @@ FilterParser.prototype.parseOptions = function(s) { continue; } // https://issues.adblockplus.org/ticket/616 - // `genericblock` concept already supported, just a matter of + // `generichide` concept already supported, just a matter of // adding support for the new keyword. if ( opt === 'elemhide' || opt === 'generichide' ) { if ( this.action === AllowAction ) {