From c5b7f3c0b551818122a8339cc0c50d27432dcde4 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 5 Apr 2015 10:39:58 -0400 Subject: [PATCH] typos --- src/js/subscriber.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/subscriber.js b/src/js/subscriber.js index 64b7c9179..d7332d7fc 100644 --- a/src/js/subscriber.js +++ b/src/js/subscriber.js @@ -36,13 +36,13 @@ // https://github.com/gorhill/uBlock/issues/464 if ( document instanceof HTMLDocument === false ) { - //console.debug('contentscript-start.js > not a HTLMDocument'); + //console.debug('subscriber.js > not a HTLMDocument'); return; } // Because in case if ( !vAPI ) { - //console.debug('contentscript-start.js > vAPI not found'); + //console.debug('subscriber.js > vAPI not found'); return; }