summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/node.c')
-rw-r--r--ext/dom/node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/node.c b/ext/dom/node.c
index dc6309af0..a89026abb 100644
--- a/ext/dom/node.c
+++ b/ext/dom/node.c
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: node.c 293036 2010-01-03 09:23:27Z sebastian $ */
+/* $Id: node.c 298841 2010-05-01 18:30:38Z geissert $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1871,7 +1871,7 @@ static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{
inclusive_ns_prefixes[nscount] = NULL;
} else {
php_error_docref(NULL TSRMLS_CC, E_NOTICE,
- "Inclusive namespace prefixes only allowed in exlcusive mode.");
+ "Inclusive namespace prefixes only allowed in exclusive mode.");
}
}