This commit is contained in:
Jim O'Regan 2015-05-14 02:34:37 +01:00
parent 0fc4d528a3
commit 37b4b55dc0

View File

@ -261,7 +261,7 @@ void CubeUtils::SplitStringUsing(const string &str,
}
/**
* UTF-8 to UTF-32 convesion functions
* UTF-8 to UTF-32 conversion functions
*/
void CubeUtils::UTF8ToUTF32(const char *utf8_str, string_32 *str32) {
str32->clear();
@ -277,7 +277,7 @@ void CubeUtils::UTF8ToUTF32(const char *utf8_str, string_32 *str32) {
}
/**
* UTF-8 to UTF-32 convesion functions
* UTF-8 to UTF-32 conversion functions
*/
void CubeUtils::UTF32ToUTF8(const char_32 *utf32_str, string *str) {
str->clear();