From b515d5206172777973b521660ac4914d0f58c06a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 20 Jun 2010 08:12:31 +0000 Subject: Spelling fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@528 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.cpp') 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"; -- cgit v1.2.3