diff options
author | Richard Kiss <him@richardkiss.com> | 2023-12-12 01:53:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 11:53:36 +0200 |
commit | 9494d7c4774ab745490b5a19570ff7747a194143 (patch) | |
tree | ec70be73a544a7cf30a17a0430b87d89a269d188 /examples/server/json.hpp | |
parent | 6138963fb232cbae70c9d181db0ba125708f473d (diff) |
english : use `typos` to fix comments and logs (#4354)
Diffstat (limited to 'examples/server/json.hpp')
-rw-r--r-- | examples/server/json.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/json.hpp b/examples/server/json.hpp index 4d1a37ad..ea945f34 100644 --- a/examples/server/json.hpp +++ b/examples/server/json.hpp @@ -11227,7 +11227,7 @@ class binary_reader } if (is_ndarray) // ndarray dimensional vector can only contain integers, and can not embed another array { - return sax->parse_error(chars_read, get_token_string(), parse_error::create(113, chars_read, exception_message(input_format, "ndarray dimentional vector is not allowed", "size"), nullptr)); + return sax->parse_error(chars_read, get_token_string(), parse_error::create(113, chars_read, exception_message(input_format, "ndarray dimensional vector is not allowed", "size"), nullptr)); } std::vector<size_t> dim; if (JSON_HEDLEY_UNLIKELY(!get_ubjson_ndarray_size(dim))) |