1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +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
+1 -1
View File
@@ -142,7 +142,7 @@ int example_3()
@dontinclude ./xmltest.cpp
In this example, we navigate a simple XML
file, and read some interesting text. Note
that this is examlpe doesn't use error
that this example doesn't use error
checking; working code should check for null
pointers when walking an XML tree, or use
XMLHandle.