[ci skip] Fix typo

This commit is contained in:
Niels Dossche 2024-09-23 22:19:15 +02:00
parent 90f81ca7cb
commit cf0a44a38a
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -177,7 +177,7 @@ Since: DOM Level 3
*/ */
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval) 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. */ * It only exists in old DOM to preserve BC. */
ZVAL_NULL(retval); ZVAL_NULL(retval);
return SUCCESS; return SUCCESS;