From e2f6ee239c9c0cedfccee1db77c95e673fe6fe04 Mon Sep 17 00:00:00 2001 From: charsyam Date: Wed, 28 Oct 2015 02:19:24 +0900 Subject: fixing typos --- async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'async.c') 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); -- cgit v1.2.3