From: Raphael Geissert Date: Sat, 1 May 2010 18:30:38 +0000 (+0000) Subject: Fix another typo s/exlcusive/exclusive X-Git-Tag: php-5.3.3RC1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b373d8e184f9e5483213eff81c6b28c46f3aa933;p=php Fix another typo s/exlcusive/exclusive --- 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."); } }