diff options
author | Joseph <jngugi88@gmail.com> | 2018-10-24 18:54:34 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-24 08:54:34 -0700 |
commit | d2df67e8221877a14b77d5e185367717afe503f8 (patch) | |
tree | fc621b1dac796bf248093b5a85731d62f055b7ad /js/compiler_test.ts | |
parent | 5fbe6a242c36b3836fe646ab037a03a6c80e32d8 (diff) |
fix typos (#1083)
Diffstat (limited to 'js/compiler_test.ts')
-rw-r--r-- | js/compiler_test.ts | 2 |
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, |