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