Skip to content

Commit 2522a26

Browse files
actuallty -> actually
1 parent 2a19580 commit 2522a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/createBenchmark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sourceFiles.forEach(f=> {
3232
});
3333
var compilerSoruces = `var compilerSources = ${JSON.stringify(rawCompilerSources) };`;
3434

35-
// .js code for the compiler, what we are actuallty testing
35+
// .js code for the compiler, what we are actually testing
3636
var rawCompilerJavaScript = fs.readFileSync(path.join(tsBuildDir, "tsc.js")).toString();
3737
rawCompilerJavaScript = rawCompilerJavaScript.replace("ts.executeCommandLine(ts.sys.args);", "");
3838

0 commit comments

Comments
 (0)