diff options
author | gorhill <rhill@raymondhill.net> | 2015-10-05 11:04:36 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-10-05 11:04:36 -0400 |
commit | 19a717b4b61aa8d77c0d189e1fb86c3e7e19e128 (patch) | |
tree | 0f19813ed9329c7122547c472b4fc00d4766203c /src | |
parent | 054ba17c963d62b8fa9aebd8859c46635c374789 (diff) | |
download | uBlock-19a717b4b61aa8d77c0d189e1fb86c3e7e19e128.zip uBlock-19a717b4b61aa8d77c0d189e1fb86c3e7e19e128.tar.gz uBlock-19a717b4b61aa8d77c0d189e1fb86c3e7e19e128.tar.bz2 |
comment...
Diffstat (limited to 'src')
-rw-r--r-- | src/js/static-net-filtering.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 0e00f0b..6bbf13a 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 ) { |