瀏覽代碼

Merge pull request #298 from Dmitry-Me/fixCommentTypo

Fix comment typo
Lee Thomason 11 年之前
父節點
當前提交
2b1e18185c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
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;
     }