Skip to content

Commit f3f6015

Browse files
committed
Typo fixes
1 parent 3da8a49 commit f3f6015

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/dom/element.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ PHP_METHOD(DOM_Element, rename)
18891889
} else {
18901890
ZEND_ASSERT(nodep->type == XML_ELEMENT_NODE);
18911891

1892-
/* Check for moving to or away from of the HTML namespace. */
1892+
/* Check for moving to or away from the HTML namespace. */
18931893
bool is_currently_html_ns = php_dom_ns_is_fast(nodep, php_dom_ns_is_html_magic_token);
18941894
bool will_be_html_ns = namespace_uri != NULL && zend_string_equals_literal(namespace_uri, DOM_XHTML_NS_URI);
18951895
if (is_currently_html_ns != will_be_html_ns) {

0 commit comments

Comments
 (0)