commit | 22b21ec9bcd511844b4d505dd29664c3366d1418 | [log] [tgz] |
---|---|---|
author | orbitcowboy <orbitcowboy@web.de> | Tue Jul 17 11:52:57 2018 +0200 |
committer | orbitcowboy <orbitcowboy@web.de> | Tue Jul 17 11:52:57 2018 +0200 |
tree | e71620ef9bbcc1dace4f39f477a7747052672f4b | |
parent | c483646db00a6a9ac3a8e93f7c490aecb589979d [diff] [blame] |
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;