Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / loglevel / test / test-qunit.js
index b0f7670eedf46b810bd01eb16375ec5a250cf132..e0ca664cfcb2fbcb6d56c2651221a39b41aeaac2 100644 (file)
@@ -35,7 +35,7 @@ test('basic test', function() {
     ok(typeof logging.disableAll === "function", "disableAll is a function");
     ok(typeof logging.getLogger === "function", "getLogger is a function");
 
-    // Use the API to make sure it doesn't blantantly fail with exceptions
+    // Use the API to make sure it doesn't blatantly fail with exceptions
     logging.trace("a trace message");
     logging.debug("a debug message");
     logging.info("an info message");