summaryrefslogtreecommitdiff
path: root/src/pugixml.cpp
diff options
context:
space:
mode:
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";