actuallty -> actually

This commit is contained in:
John Doe 2018-06-28 18:50:39 -07:00
parent 2a19580144
commit 2522a264e7

View File

@ -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);", "");