1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 07:03:00 +04:00

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
+2 -2
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 = { "<?" };