]> granicus.if.org Git - php/commitdiff
Fix another typo s/exlcusive/exclusive
authorRaphael Geissert <geissert@php.net>
Sat, 1 May 2010 18:30:38 +0000 (18:30 +0000)
committerRaphael Geissert <geissert@php.net>
Sat, 1 May 2010 18:30:38 +0000 (18:30 +0000)
ext/dom/node.c

index 576c73de5c5768566377e3ee574d6db1266096ee..c0d7e6e26eecd32ce110bc3cbf7ea94ddd766801 100644 (file)
@@ -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.");
                }
        }