Fixed typos in comments. There are no functional changes intended.
diff --git a/tinyxml2.h b/tinyxml2.h
index 950c2da..a09bd5b 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -1833,7 +1833,7 @@
     /// A (trivial) utility function that prints the ErrorStr() to stdout.

     void PrintError() const;

 

-    /// Return the line where the error occured, or zero if unknown.

+    /// Return the line where the error occurred, or zero if unknown.

     int ErrorLineNum() const

     {

         return _errorLineNum;