From cf0a44a38a512e238db490282adf80682200d296 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:19:15 +0200 Subject: [PATCH] [ci skip] Fix typo --- ext/dom/attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dom/attr.c b/ext/dom/attr.c index 67ac745ada7..dfe3abc1a88 100644 --- a/ext/dom/attr.c +++ b/ext/dom/attr.c @@ -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;