]> granicus.if.org Git - icinga2/blobdiff - third-party/hiredis/async.c
Use hiredis 0.13.3
[icinga2] / third-party / hiredis / async.c
index d955203f84ea716b725aad24e1a3a2cea6d7a7e3..acca29ac4c37ae631f1f2a51b1bfc263ec146a34 100644 (file)
@@ -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 successful, the connect callback
+ * write event fires. When connecting was not succesful, 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);