summaryrefslogtreecommitdiff
path: root/src/pugixml.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-20 08:12:31 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-20 08:12:31 +0000
commitb515d5206172777973b521660ac4914d0f58c06a (patch)
treedca7424f3f7d6c22c467adfb7ad0910941679f30 /src/pugixml.cpp
parente618138b6755a28e25dc9ade76e7c75ec4c2d713 (diff)
Spelling fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@528 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r--src/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index 2edc1c1..c17047c 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -4199,7 +4199,7 @@ namespace pugi
case status_file_not_found: return "File was not found";
case status_io_error: return "Error reading from file/stream";
case status_out_of_memory: return "Could not allocate memory";
- case status_internal_error: return "Internal error occured";
+ case status_internal_error: return "Internal error occurred";
case status_unrecognized_tag: return "Could not determine tag type";