fix: minor spelling problem

This commit is contained in:
Brian McCallister
2017-09-21 16:04:07 -07:00
committed by calebboyd
parent 9906df8d55
commit dbcff4c7d2
+1 -1
View File
@@ -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()
}