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/xmltest.cpp b/xmltest.cpp index c654348..2e056d1 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -142,7 +142,7 @@ @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.