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

@@ -80,7 +80,7 @@
// In c++11 the override keyword allows you to explicitly define that a function
// is intended to override the base-class version. This makes the code more
// managable and fixes a set of common hard-to-find bugs.
// manageable and fixes a set of common hard-to-find bugs.
#if __cplusplus >= 201103L
# define JSONCPP_OVERRIDE override
# define JSONCPP_NOEXCEPT noexcept