Misc-typos (#741)

Found in downstream CMake repo via `codespell -q 3`
This commit is contained in:
luzpaz
2018-02-08 20:05:50 -05:00
committed by Christopher Dunn
parent 07a324fb14
commit 5b45aa55ca
5 changed files with 5 additions and 5 deletions

View File

@@ -270,7 +270,7 @@ TestResult& checkStringEqual(TestResult& result,
return new Test##FixtureType##name(); \
} \
\
public: /* overidden from TestCase */ \
public: /* overridden from TestCase */ \
const char* testName() const JSONCPP_OVERRIDE { return #FixtureType "/" #name; } \
void runTestCase() JSONCPP_OVERRIDE; \
}; \