From b373d8e184f9e5483213eff81c6b28c46f3aa933 Mon Sep 17 00:00:00 2001 From: Raphael Geissert Date: Sat, 1 May 2010 18:30:38 +0000 Subject: [PATCH] Fix another typo s/exlcusive/exclusive --- ext/dom/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dom/node.c b/ext/dom/node.c index 784aa9f3b5..a6b9d11da4 100644 --- a/ext/dom/node.c +++ b/ext/dom/node.c @@ -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."); } } -- 2.50.1