correct typos in comments / documentation

This commit is contained in:
Andrew C. Martin
2013-03-09 20:09:45 -07:00
parent 374c25e2a6
commit 0fd8746f64
3 changed files with 8 additions and 8 deletions

View File

@@ -499,8 +499,8 @@ char* XMLDocument::Identify( char* p, XMLNode** node )
// 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 = { "<?" };