From 2522a264e75e14316c44ae8f7dd14a768d532723 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 Jun 2018 18:50:39 -0700 Subject: [PATCH] actuallty -> actually --- scripts/createBenchmark.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/createBenchmark.ts b/scripts/createBenchmark.ts index 659df53c915..6148d80bf2c 100644 --- a/scripts/createBenchmark.ts +++ b/scripts/createBenchmark.ts @@ -32,7 +32,7 @@ sourceFiles.forEach(f=> { }); var compilerSoruces = `var compilerSources = ${JSON.stringify(rawCompilerSources) };`; -// .js code for the compiler, what we are actuallty testing +// .js code for the compiler, what we are actually testing var rawCompilerJavaScript = fs.readFileSync(path.join(tsBuildDir, "tsc.js")).toString(); rawCompilerJavaScript = rawCompilerJavaScript.replace("ts.executeCommandLine(ts.sys.args);", "");