Misc. typos

Found via `codespell -q 3` in  downstream https://github.com/BlueBrain/Brayns
This commit is contained in:
luz.paz
2018-02-19 06:42:52 -05:00
parent 49562271be
commit 915218878a
14 changed files with 21 additions and 21 deletions

View File

@@ -97,7 +97,7 @@ private:
// PIMPL
void* mDocument; ///< DOM result of parsing.
void* mStack; ///< Stack for iterating the DOM
bool mError; ///< Whether an error is occured.
bool mError; ///< Whether an error has occurred.
};
class JsonWriter {