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.2.14RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fda15e2bae6a1dd9640ec16584777783d3b1951;p=php Fix another typo s/exlcusive/exclusive --- diff --git a/ext/dom/node.c b/ext/dom/node.c index 576c73de5c..c0d7e6e26e 100644 --- a/ext/dom/node.c +++ b/ext/dom/node.c @@ -1921,7 +1921,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."); } }