commit | 0fd8746f64c2ad3352ac02e3faf8b3e4357a9e67 | [log] [tgz] |
---|---|---|
author | Andrew C. Martin <andrewcmartin@msn.com> | Sat Mar 09 20:09:45 2013 -0700 |
committer | Andrew C. Martin <andrewcmartin@msn.com> | Sat Mar 09 20:09:45 2013 -0700 |
tree | efecdc93f916beb2117d241c1debc830f182bcec | |
parent | 374c25e2a6550af209e51ea33938e3b8a089ec7b [diff] [blame] |
correct typos in comments / documentation
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 4cd8695..1b9a419 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -499,8 +499,8 @@ // What is this thing? // - Elements start with a letter or underscore, but xml is reserved. // - Comments: <!-- - // - Decleration: <? - // - Everthing else is unknown to tinyxml. + // - Declaration: <? + // - Everything else is unknown to tinyxml. // static const char* xmlHeader = { "<?" };