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

@ -354,7 +354,7 @@ test("Default queries are used", async (t) => {
// The important point of this config is that it doesn't specify
// the disable-default-queries field.
// Any other details are hopefully irrelevant for this tetst.
// Any other details are hopefully irrelevant for this test.
const inputFileContents = `
paths:
- foo`;