From e107b6bcf1e311e61574f14b58b175475794cd8d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 5 Jul 2019 10:32:19 -0400 Subject: [PATCH] Fix typo in comment --- src/js/scriptlet-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/scriptlet-filtering.js b/src/js/scriptlet-filtering.js index b3b0eedc3..7ec23a032 100644 --- a/src/js/scriptlet-filtering.js +++ b/src/js/scriptlet-filtering.js @@ -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));