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:
parent
aafb457527
commit
85ea24bd20
15 changed files with 41 additions and 44 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue