commit | 22b21ec9bcd511844b4d505dd29664c3366d1418 | [log] [tgz] |
---|---|---|
author | orbitcowboy <orbitcowboy@web.de> | Tue Jul 17 11:52:57 2018 +0200 |
committer | orbitcowboy <orbitcowboy@web.de> | Tue Jul 17 11:52:57 2018 +0200 |
tree | e71620ef9bbcc1dace4f39f477a7747052672f4b | |
parent | c483646db00a6a9ac3a8e93f7c490aecb589979d [diff] [blame] |
Fixed typos in comments. There are no functional changes intended.
diff --git a/xmltest.cpp b/xmltest.cpp index a7dbc25..da977d5 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -1967,7 +1967,7 @@ { // 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 />";