summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_handlers.c
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-04-30 19:36:21 -0400
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-05-01 12:23:16 +0200
commit54febdbc7d2e9b3bb8b39b215ddeca9ec1f74de9 (patch)
tree1f91045b09ffa7212010701103a194cca72cccfa /ext/com_dotnet/com_handlers.c
parent1dbf923866e565c18062cfacc07b2626496241f8 (diff)
downloadphp-git-54febdbc7d2e9b3bb8b39b215ddeca9ec1f74de9.tar.gz
Fix other typos in param name/code comments
Closes GH-5502
Diffstat (limited to 'ext/com_dotnet/com_handlers.c')
-rw-r--r--ext/com_dotnet/com_handlers.c2
1 files changed, 1 insertions, 1 deletions
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;