diff options
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r-- | src/pugixml.cpp | 2 |
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
|