Skip to content

Commit

Permalink
[ci skip] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Sep 23, 2024
1 parent 90f81ca commit cf0a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/dom/attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Since: DOM Level 3
*/
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval)
{
/* This was never implemented, and is dropped from teh modern-day DOM spec.
/* This was never implemented, and is dropped from the modern-day DOM spec.
* It only exists in old DOM to preserve BC. */
ZVAL_NULL(retval);
return SUCCESS;
Expand Down

0 comments on commit cf0a44a

Please sign in to comment.