1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

fix bad English in comment

This commit is contained in:
Raymond Hill 2018-07-06 10:47:51 -04:00
parent e51a0871d4
commit 73067f27b1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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; }