fix bad English in comment

This commit is contained in:
gorhill 2017-08-16 18:06:04 -04:00
parent 22ad39ea4d
commit d1c752da29
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1034,7 +1034,7 @@ vAPI.domCollapser = (function() {
// https://github.com/chrisaljoudi/uBlock/issues/174
// Do not remove fragment from src URL
var onProcessed = function(response) {
if ( !response ) { // This can happens if uBO is restarted.
if ( !response ) { // This happens if uBO is disabled or restarted.
toCollapse.clear();
return;
}