diff --git a/src/redis.c b/src/redis.c index 2f6fa0ea1ddda32f61223b86eb92493596994918..e7faa88598f6caa30786f2e26ece40114c323b61 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)