summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorShooterIT <wangyuancode@163.com>2020-01-01 14:42:10 +0800
committerShooterIT <wangyuancode@163.com>2020-01-01 14:42:10 +0800
commit386b9950f3b72df0cf616470ea4fb2d1fe24b23a (patch)
tree876f2d103b5ea38a7df412f0fabd6d06fd969028 /hiredis.h
parentc96d492215eb3d4c80f4d7344ac41859eced5bab (diff)
fix spelling mistakes
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 f02678a..bdc6670 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -101,7 +101,7 @@ typedef struct redisReply {
double dval; /* The double when type is REDIS_REPLY_DOUBLE */
size_t len; /* Length of string */
char *str; /* Used for REDIS_REPLY_ERROR, REDIS_REPLY_STRING
- and REDIS_REPLY_DOUBLE (in additionl to dval). */
+ and REDIS_REPLY_DOUBLE (in additional to dval). */
size_t elements; /* number of elements, for REDIS_REPLY_ARRAY */
struct redisReply **element; /* elements vector for REDIS_REPLY_ARRAY */
} redisReply;