From dbcff4c7d2c25f672c948356711cea6425f99ebc Mon Sep 17 00:00:00 2001 From: Brian McCallister Date: Thu, 21 Sep 2017 16:04:07 -0700 Subject: [PATCH] fix: minor spelling problem --- src/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.ts b/src/compiler.ts index 35ac9c5..fae5cb0 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -95,7 +95,7 @@ export class NexeCompiler { quit() { const time = Date.now() - this.start - this.log.write(`Finsihed in ${time / 1000}s`) + this.log.write(`Finished in ${time / 1000}s`) return this.log.flush() }