diff options
Diffstat (limited to '3rdparty/rapidjson/example/jsonx')
-rw-r--r-- | 3rdparty/rapidjson/example/jsonx/jsonx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/rapidjson/example/jsonx/jsonx.cpp b/3rdparty/rapidjson/example/jsonx/jsonx.cpp index 1346b578c39..954aa2b9077 100644 --- a/3rdparty/rapidjson/example/jsonx/jsonx.cpp +++ b/3rdparty/rapidjson/example/jsonx/jsonx.cpp @@ -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, |