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

@@ -143,7 +143,7 @@ int main() {
AsyncDocumentParser<> parser(d);
const char json1[] = " { \"hello\" : \"world\", \"t\" : tr";
//const char json1[] = " { \"hello\" : \"world\", \"t\" : trX"; // Fot test parsing error
//const char json1[] = " { \"hello\" : \"world\", \"t\" : trX"; // For test parsing error
const char json2[] = "ue, \"f\" : false, \"n\": null, \"i\":123, \"pi\": 3.14";
const char json3[] = "16, \"a\":[1, 2, 3, 4] } ";