Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Thomason <leethomason@gmail.com>2018-08-06 03:33:11 +0300
committerLee Thomason <leethomason@gmail.com>2018-08-06 03:33:11 +0300
commit92506ca698e383a5045d4ec659c7eae1b2fc2d81 (patch)
tree0a4aaa809a329082d93df418da2a15c1ae592551 /xmltest.cpp
parentdb13a82e625e02232daed6ccfd29ed452e1fa1a3 (diff)
parentbaf8bc93a76ad9c8b1f316a1a5ff6a75a618aa6c (diff)
Merge remote-tracking branch 'origin/master' into manydecs
Diffstat (limited to 'xmltest.cpp')
-rw-r--r--xmltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltest.cpp b/xmltest.cpp
index ac0d85c..0299909 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -1967,7 +1967,7 @@ int main( int argc, const char ** argv )
{
// No matter - before or after successfully parsing a text -
// calling XMLDocument::Value() used to cause an assert in debug.
- // Null must be retured.
+ // Null must be returned.
const char* validXml = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"
"<first />"
"<second />";