From 36f0b4dec936655bc5dd64ec0367ffe7f92df804 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 6 Feb 2015 01:20:43 -0500 Subject: [PATCH] typo in comment --- src/js/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/storage.js b/src/js/storage.js index da2ef6110..eb666ed8f 100644 --- a/src/js/storage.js +++ b/src/js/storage.js @@ -324,7 +324,7 @@ filterlistCount -= 1; } // https://github.com/gorhill/uBlock/issues/695 - // It's may happen not a single filter list is selected + // It may happen not a single filter list is selected if ( filterlistLoadingCount === 0 ) { loadBlacklistsEnd(); }