]> 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 784aa9f3b5d1f5e850810d40c739d579ec0aadee..a6b9d11da483cf38170c86c2d831956d8f5a4057 100644 (file)
@@ -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.");
                }
        }