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:
authorTyson Andre <tysonandre775@hotmail.com>2020-01-06 17:05:57 +0300
committerTyson Andre <tysonandre775@hotmail.com>2020-01-06 17:08:36 +0300
commitf52bd8a853bc2a211c522332aea7433f0ee033a7 (patch)
treec5a2137e0136858f0a26556c5ecbae571edd5bc8 /cluster_library.h
parentdb446138c533dfd66df729b92d610f84514f3828 (diff)
Fix typos detected by codespell
Diffstat (limited to 'cluster_library.h')
-rw-r--r--cluster_library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster_library.h b/cluster_library.h
index 2f6d6d8b..af69ad44 100644
--- a/cluster_library.h
+++ b/cluster_library.h
@@ -363,7 +363,7 @@ void cluster_multi_fini(clusterMultiCmd *mc);
unsigned short cluster_hash_key_zval(zval *key);
unsigned short cluster_hash_key(const char *key, int len);
-/* Get the current time in miliseconds */
+/* Get the current time in milliseconds */
long long mstime(void);
PHP_REDIS_API short cluster_send_command(redisCluster *c, short slot, const char *cmd,