mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
fix bad English in comment
This commit is contained in:
parent
e51a0871d4
commit
73067f27b1
@ -219,7 +219,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) {
|
|||||||
|
|
||||||
// https://github.com/AdguardTeam/FiltersRegistry/issues/82
|
// https://github.com/AdguardTeam/FiltersRegistry/issues/82
|
||||||
// Not checking for `errored` status was causing repeated notifications
|
// 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.
|
// sublists can't be fetched.
|
||||||
var onLocalLoadError = function(details) {
|
var onLocalLoadError = function(details) {
|
||||||
if ( errored ) { return; }
|
if ( errored ) { return; }
|
||||||
|
Loading…
Reference in New Issue
Block a user