From fffa919d036e57462cebb571835e17ac6a92bf60 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 26 Jun 2016 21:16:54 -0400 Subject: [PATCH] fix #1757: fixed typo in comment --- src/js/static-net-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index a3766e0e1..d0fe061e8 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1945,7 +1945,7 @@ FilterContainer.prototype.compile = function(raw, out) { FilterContainer.prototype.compileHostnameOnlyFilter = function(parsed, out) { // Can't fit the filter in a pure hostname dictionary. // https://github.com/gorhill/uBlock/issues/1757 - // This should no longer happens with fix to above issue. + // This should no longer happen with fix to above issue. //if ( parsed.domainOpt.length !== 0 ) { // return; //}