escapted -> escaped
This commit is contained in:
Opemipo 2019-09-12 15:16:33 +01:00 committed by Daniel Lemire
parent f7e893667d
commit 462858efa3
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ const std::map<int, const std::string> error_strings = {
{UTF8_ERROR, "The input is not valid UTF-8"},
{UNITIALIZED, "Unitialized"},
{EMPTY, "Empty"},
{UNESCAPED_CHARS, "Within strings, some characters must be escapted, we "
"found unescapted characters"},
{UNESCAPED_CHARS, "Within strings, some characters must be escaped, we "
"found unescaped characters"},
{UNEXPECTED_ERROR, "Unexpected error, consider reporting this problem as "
"you may have found a bug in simdjson"},
};