We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f81ca commit cf0a44aCopy full SHA for cf0a44a
ext/dom/attr.c
@@ -177,7 +177,7 @@ Since: DOM Level 3
177
*/
178
zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval)
179
{
180
- /* 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.
181
* It only exists in old DOM to preserve BC. */
182
ZVAL_NULL(retval);
183
return SUCCESS;
0 commit comments