summaryrefslogtreecommitdiff
path: root/js/compiler_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/compiler_test.ts')
-rw-r--r--js/compiler_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/compiler_test.ts b/js/compiler_test.ts
index 7d1bdc150..6bf7ac2d6 100644
--- a/js/compiler_test.ts
+++ b/js/compiler_test.ts
@@ -18,7 +18,7 @@ interface ModuleInfo {
const compilerInstance = DenoCompiler.instance();
-// References to orignal items we are going to mock
+// References to original items we are going to mock
const originals = {
_globalEval: (compilerInstance as any)._globalEval,
_log: (compilerInstance as any)._log,