Fix various typos across multiple modules

This commit is contained in:
Ryan Foster
2017-03-19 07:35:51 -04:00
parent 786f993317
commit be98cee2a0
35 changed files with 54 additions and 54 deletions

View File

@@ -362,7 +362,7 @@ size_t wchar_to_utf8(const wchar_t *in, size_t insize, char *out,
/*
* NOTE: do not check here for forbidden UTF-8 characters.
* They cannot appear here because we do proper convertion.
* They cannot appear here because we do proper conversion.
*/
p += n;