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

@@ -1,4 +1,4 @@
// JSON to JSONx conversion exmaple, using SAX API.
// JSON to JSONx conversion example, using SAX API.
// JSONx is an IBM standard format to represent JSON as XML.
// https://www-01.ibm.com/support/knowledgecenter/SS9H2Y_7.1.0/com.ibm.dp.doc/json_jsonx.html
// This example parses JSON text from stdin with validation,