From e740abef8383cd818e7fe99f75d520319411aa7c Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 31 Jul 2014 00:18:02 -0400 Subject: [PATCH] typo in comment --- js/abp-filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/abp-filters.js b/js/abp-filters.js index 694b0d4e4..79cdbc81d 100644 --- a/js/abp-filters.js +++ b/js/abp-filters.js @@ -849,7 +849,7 @@ FilterParser.prototype.parseOptType = function(raw, not) { for ( var k in typeNameToTypeValue ) { if ( k === type ) { continue; } // https://github.com/gorhill/uBlock/issues/121 - // `popup` is a special type, it cannot be set for filter intended + // `popup` is a special type, it cannot be set for filters intended // for real net request types if ( k === 'popup' ) { continue; } this.types.push(typeNameToTypeValue[k]);