commit | 2f465c412a692ff334f1234a8d1c44ef7162a0b5 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Mon Mar 16 11:08:23 2015 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Mon Mar 16 11:08:23 2015 +0300 |
tree | a384323e3ee94e26764583e6b2fbd80f293d1368 | |
parent | b53aaa885dd2768866c396c496797ed6fa4e08d8 [diff] [blame] |
Fix comment typo
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 6d8573b..45a3e6d 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -323,7 +323,7 @@ *length = 4; } else { - *length = 0; // This code won't covert this correctly anyway. + *length = 0; // This code won't convert this correctly anyway. return; }