From bf7e7b6cc2c624c91fa4ca35553cfb0ccadcf8bf Mon Sep 17 00:00:00 2001 From: Yui T Date: Wed, 10 Sep 2014 15:57:01 -0700 Subject: [PATCH] Fix spelling --- tests/cases/fourslash/fourslash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/fourslash/fourslash.ts b/tests/cases/fourslash/fourslash.ts index 836e139c61c..184059aa0e0 100644 --- a/tests/cases/fourslash/fourslash.ts +++ b/tests/cases/fourslash/fourslash.ts @@ -51,7 +51,7 @@ enum EmitReturnStatus { AllOutputGenerationSkipped = 1, // No .js generated because of syntax errors, or compiler options errors, nothing generated JSGeneratedWithSemanticErrors = 2, // .js and .map generated with semantic errors DeclarationGenerationSkipped = 3, // .d.ts generation skipped because of semantic errors or declaration emitter specific errors; Output .js with semantic errors - EmitErrorsEncountered = 4 // Emitter errors occured during emitting process + EmitErrorsEncountered = 4 // Emitter errors occurred during emitting process } module FourSlashInterface {