diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-05-14 08:58:48 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-05-16 00:36:49 +0200 |
commit | 76a6a1ff46adde01877fbf4b874dc8d344a74f9c (patch) | |
tree | 92b5681608b6391c9720b7e287e2428df5b6d0de /cli/tsc.rs | |
parent | aa1284ceb0f46516d04a6e29862cfc0848a6146c (diff) |
Fix a bunch of spelling errors (#5314)
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs index ba898b456..737279ab5 100644 --- a/cli/tsc.rs +++ b/cli/tsc.rs @@ -410,7 +410,7 @@ impl TsCompiler { deno_fs::write_file(out_file_, output_bytes, 0o666)?; // TODO(bartlomieju): add "humanFileSize" method - eprintln!("{} bytes emmited.", output_len); + eprintln!("{} bytes emitted.", output_len); } else { println!("{}", output_string); } |