From 2f465c412a692ff334f1234a8d1c44ef7162a0b5 Mon Sep 17 00:00:00 2001 From: Dmitry-Me Date: Mon, 16 Mar 2015 11:08:23 +0300 Subject: [PATCH] Fix comment typo --- tinyxml2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 6d8573b..45a3e6d 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -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; }