From 5cc1cd093945bfe1b5a281589d6cf1124b71dbfe Mon Sep 17 00:00:00 2001 From: Kanchalai Tanglertsampan Date: Wed, 1 Jun 2016 16:27:41 -0700 Subject: [PATCH] Fix spelling error in comment --- src/compiler/transformers/ts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/transformers/ts.ts b/src/compiler/transformers/ts.ts index 72a80b11600..2a2aa549c69 100644 --- a/src/compiler/transformers/ts.ts +++ b/src/compiler/transformers/ts.ts @@ -674,7 +674,7 @@ namespace ts { // We emit the class alias as a `let` declaration here so that it has the same // TDZ as the class. - // let ${declareName} = ${decoratedClassAlias} + // let ${declaredName} = ${decoratedClassAlias} addNode(statements, setOriginalNode( createVariableStatement(