From 54febdbc7d2e9b3bb8b39b215ddeca9ec1f74de9 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Thu, 30 Apr 2020 19:36:21 -0400 Subject: Fix other typos in param name/code comments Closes GH-5502 --- ext/com_dotnet/com_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/com_dotnet') diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index cd1f59f555..e6434e52cf 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/ext/com_dotnet/com_handlers.c @@ -25,7 +25,7 @@ #include "php_com_dotnet_internal.h" #include "Zend/zend_exceptions.h" -static zval *com_property_read(zend_object *object, zend_string *member, int type, void **cahce_slot, zval *rv) +static zval *com_property_read(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) { php_com_dotnet_object *obj; VARIANT v; -- cgit v1.2.1