summaryrefslogtreecommitdiff
path: root/async.c
diff options
context:
space:
mode:
authorcharsyam <charsyam@charsyamui-MacBook-Pro.local>2015-10-28 02:19:24 +0900
committercharsyam <charsyam@charsyamui-MacBook-Pro.local>2015-10-28 02:19:24 +0900
commite2f6ee239c9c0cedfccee1db77c95e673fe6fe04 (patch)
tree94441c9868ccf3680e8c6b92db0d2e06b981c87e /async.c
parent4b3786d57edb9bfb22a0442536b0b41d9a93eb69 (diff)
fixing typos
Diffstat (limited to 'async.c')
-rw-r--r--async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/async.c b/async.c
index acca29a..d955203 100644
--- a/async.c
+++ b/async.c
@@ -489,7 +489,7 @@ void redisProcessCallbacks(redisAsyncContext *ac) {
}
/* Internal helper function to detect socket status the first time a read or
- * write event fires. When connecting was not succesful, the connect callback
+ * write event fires. When connecting was not successful, the connect callback
* is called with a REDIS_ERR status and the context is free'd. */
static int __redisAsyncHandleConnect(redisAsyncContext *ac) {
redisContext *c = &(ac->c);