Browse Source

Fix another typo s/exlcusive/exclusive

experimental/lemon
Raphael Geissert 16 years ago
parent
commit
7d716f8373
  1. 2
      ext/dom/node.c

2
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.");
}
}

Loading…
Cancel
Save