Skip to content

Commit cf0a44a

Browse files
committed
[ci skip] Fix typo
1 parent 90f81ca commit cf0a44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Since: DOM Level 3
177177
*/
178178
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval)
179179
{
180-
/* This was never implemented, and is dropped from teh modern-day DOM spec.
180+
/* This was never implemented, and is dropped from the modern-day DOM spec.
181181
* It only exists in old DOM to preserve BC. */
182182
ZVAL_NULL(retval);
183183
return SUCCESS;

0 commit comments

Comments
 (0)