Fix typos in src

- Rename "toolrunnner" (three 'n') to "toolrunner"
- Rename "relativeFilepaht" to "relativeFilepath"
- Fix various typos in documentation & comments
- Fix typos in logs and test names
This commit is contained in:
Eric Cornelissen 2020-11-20 11:00:55 +01:00
parent aafb457527
commit 85ea24bd20
15 changed files with 41 additions and 44 deletions

View file

@ -10,7 +10,7 @@ import { setupTests } from "./testing-utils";
setupTests(test);
test("parseLangauge", async (t) => {
test("parseLanguage", async (t) => {
// Exact matches
t.deepEqual(parseLanguage("csharp"), Language.csharp);
t.deepEqual(parseLanguage("cpp"), Language.cpp);