Merge pull request #298 from Dmitry-Me/fixCommentTypo

Fix comment typo
This commit is contained in:
Lee Thomason 2015-03-16 11:57:38 -07:00
commit 2b1e18185c
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ void XMLUtil::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length
*length = 4;
}
else {
*length = 0; // This code won't covert this correctly anyway.
*length = 0; // This code won't convert this correctly anyway.
return;
}