Fixed typos in comments. There are no functional changes intended.

This commit is contained in:
orbitcowboy
2018-07-17 11:52:57 +02:00
parent c483646db0
commit 22b21ec9bc
3 changed files with 3 additions and 3 deletions

View File

@@ -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 />";