diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2020-04-30 19:36:21 -0400 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-01 12:23:16 +0200 |
commit | 54febdbc7d2e9b3bb8b39b215ddeca9ec1f74de9 (patch) | |
tree | 1f91045b09ffa7212010701103a194cca72cccfa /ext/com_dotnet/com_handlers.c | |
parent | 1dbf923866e565c18062cfacc07b2626496241f8 (diff) | |
download | php-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.c | 2 |
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; |