Typos found by running "codespell" (#4578)
This commit is contained in:
parent
ffc0c57562
commit
7f74aad8e2
|
@ -2453,7 +2453,7 @@ private:
|
|||
ASSERT_EQUALS(true, Preprocessor::missingIncludeFlag);
|
||||
ASSERT_EQUALS(true, Preprocessor::missingSystemIncludeFlag);
|
||||
|
||||
// the expected messages are emited outside of the Preprocessor
|
||||
// the expected messages are emitted outside of the Preprocessor
|
||||
ASSERT_EQUALS("", errout.str());
|
||||
|
||||
Preprocessor::missingIncludeFlag = false;
|
||||
|
|
|
@ -27,7 +27,7 @@ options:
|
|||
|
||||
### Structure of `dir`
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue