Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2022-08-16 19:06:47 +0300
committerNicolas Grekas <nicolas.grekas@gmail.com>2022-08-16 19:06:47 +0300
commit703d71b530a5e971a50cf1d5818cddcd77e184fa (patch)
treef2e92b34a82dd475df8e9546a4209756c774e75e /redis_cluster_legacy_arginfo.h
parent677c9da3cbff53b74f7b26ca7dcbdf7e37e1da04 (diff)
Fix typo
Diffstat (limited to 'redis_cluster_legacy_arginfo.h')
-rw-r--r--redis_cluster_legacy_arginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_cluster_legacy_arginfo.h b/redis_cluster_legacy_arginfo.h
index 0a5d4daa..63ebcd73 100644
--- a/redis_cluster_legacy_arginfo.h
+++ b/redis_cluster_legacy_arginfo.h
@@ -6,7 +6,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_RedisCluster___construct, 0, 0, 1)
ZEND_ARG_INFO(0, seeds)
ZEND_ARG_INFO(0, timeout)
ZEND_ARG_INFO(0, read_timeout)
- ZEND_ARG_INFO(0, persistant)
+ ZEND_ARG_INFO(0, persistent)
ZEND_ARG_INFO(0, auth)
ZEND_ARG_INFO(0, context)
ZEND_END_ARG_INFO()