1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Fix typo in comment

This commit is contained in:
Raymond Hill 2019-07-05 10:32:19 -04:00
parent 5552d6717d
commit e107b6bcf1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -361,7 +361,7 @@
if ( scriptletsRegister.size === 0 ) { return; }
// Normalize dictionary of exceptions
// TODO: Eventually remove this code when normalied token usage is
// TODO: Eventually remove this code when normalized token usage is
// widespread and it can safely becomes the only valid syntax.
for ( const rawToken of exceptions ) {
exceptions.add(normalizeRawToken(rawToken));