diff --git a/src/sentinel.c b/src/sentinel.c index 6c6a3a0cd..0c5681892 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -1885,7 +1885,7 @@ void sentinelSendAuthIfNeeded(sentinelRedisInstance *ri, redisAsyncContext *c) { * The connection type is "cmd" or "pubsub" as specified by 'type'. * * This makes it possible to list all the sentinel instances connected - * to a Redis servewr with CLIENT LIST, grepping for a specific name format. */ + * to a Redis server with CLIENT LIST, grepping for a specific name format. */ void sentinelSetClientName(sentinelRedisInstance *ri, redisAsyncContext *c, char *type) { char name[64];