summaryrefslogtreecommitdiff
path: root/hiredis.h
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 /hiredis.h
parent4b3786d57edb9bfb22a0442536b0b41d9a93eb69 (diff)
fixing typos
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index fe267b9..edba658 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -179,7 +179,7 @@ redisContext *redisConnectFd(int fd);
* host, ip (or path), timeout and bind address are reused,
* flags are used unmodified from the existing context.
*
- * Returns REDIS_OK on successfull connect or REDIS_ERR otherwise.
+ * Returns REDIS_OK on successful connect or REDIS_ERR otherwise.
*/
int redisReconnect(redisContext *c);