From 29e05bb014015085615f648a31f180ed9dd49e5a Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Fri, 23 Oct 2020 18:19:37 +0700 Subject: fix: typos in cli and core (#8082) --- cli/rt/99_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/rt/99_main.js b/cli/rt/99_main.js index d7cf50588..b29d1a4f2 100644 --- a/cli/rt/99_main.js +++ b/cli/rt/99_main.js @@ -63,7 +63,7 @@ delete Object.prototype.__proto__; opCloseWorker(); } - // TODO(bartlomieju): remove these funtions + // TODO(bartlomieju): remove these functions // Stuff for workers const onmessage = () => {}; const onerror = () => {}; -- cgit v1.2.3