From 73067f27b1d895105b02d44c95840ff2e43c0dcf Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 6 Jul 2018 10:47:51 -0400 Subject: [PATCH] fix bad English in comment --- src/js/assets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/assets.js b/src/js/assets.js index 5f75912fc..38780d25a 100644 --- a/src/js/assets.js +++ b/src/js/assets.js @@ -219,7 +219,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) { // https://github.com/AdguardTeam/FiltersRegistry/issues/82 // Not checking for `errored` status was causing repeated notifications - // to the caller. This can happens when more than one out of multiple + // to the caller. This can happen when more than one out of multiple // sublists can't be fetched. var onLocalLoadError = function(details) { if ( errored ) { return; }