From 72be27fda6f089eaa5910f169c4c467836b3d113 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 28 Jun 2014 11:41:49 -0400 Subject: [PATCH] typo --- js/abp-filters.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/abp-filters.js b/js/abp-filters.js index db6b9a57b..b6f50ae76 100644 --- a/js/abp-filters.js +++ b/js/abp-filters.js @@ -1403,8 +1403,8 @@ FilterContainer.prototype.matchString = function(pageDetails, url, requestType, // block filters first, and test allow filters if and only if there is a // hit on a block filter. Since there is a high likelihood of no hit, // testing allow filter by default is likely wasted work, hence allow - // filters are tested *only* if there is a hit on a (unlikely) hit on a - // block filter. + // filters are tested *only* if there is a (unlikely) hit on a block + // filter. var pageDomain = pageDetails.pageDomain || ''; var party = requestHostname.slice(-pageDomain.length) === pageDomain ?