summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp
index a7146a1..29abdcd 100644
--- a/src/pugixml.cpp
+++ b/src/pugixml.cpp
@@ -22,7 +22,7 @@
#include <new>
#if !defined(PUGIXML_NO_XPATH) && defined(PUGIXML_NO_EXCEPTIONS)
-#error No exception mode can't be used with XPath support
+#error No exception mode can not be used with XPath support
#endif
#ifndef PUGIXML_NO_STL