From 38a5db6c9ac21812e4942d7016e4e58429f9ab09 Mon Sep 17 00:00:00 2001 From: "T.J. Schuck" Date: Thu, 14 Aug 2014 11:22:52 -0400 Subject: [PATCH] Fix typo radis -> redis Closes #1938 --- src/redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.c b/src/redis.c index 2f6fa0ea..e7faa885 100644 --- a/src/redis.c +++ b/src/redis.c @@ -407,7 +407,7 @@ void exitFromChild(int retcode) { /*====================== Hash table type implementation ==================== */ /* This is a hash table type that uses the SDS dynamic strings library as - * keys and radis objects as values (objects can hold SDS strings, + * keys and redis objects as values (objects can hold SDS strings, * lists, sets). */ void dictVanillaFree(void *privdata, void *val)