Skip to content

Commit 7f74aad

Browse files
authored
Typos found by running "codespell" (danmar#4578)
1 parent ffc0c57 commit 7f74aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/testpreprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ class TestPreprocessor : public TestFixture {
24532453
ASSERT_EQUALS(true, Preprocessor::missingIncludeFlag);
24542454
ASSERT_EQUALS(true, Preprocessor::missingSystemIncludeFlag);
24552455

2456-
// the expected messages are emited outside of the Preprocessor
2456+
// the expected messages are emitted outside of the Preprocessor
24572457
ASSERT_EQUALS("", errout.str());
24582458

24592459
Preprocessor::missingIncludeFlag = false;

tools/triage_py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ options:
2727

2828
### Structure of `dir`
2929

30-
It expects the given `dir` to contain folders which are named after the containg version or commit hash. These folder must contain a `cppcheck` and the associated files for that version.
30+
It expects the given `dir` to contain folders which are either named after version numbers or commit hashes. These folders must each contain a `cppcheck` and the associated files for that version.
3131

3232
If the first folder is not a valid version the names are interpreted as commit hashes. These are internally sorted but that requires the `repo` parameter to be set.
3333

0 commit comments

Comments
 (0)