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

typo in comment

This commit is contained in:
gorhill 2015-02-06 01:20:43 -05:00
parent edd57458df
commit 36f0b4dec9

View File

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