From 72d43ef02991af79e17c69c8bae939ff05708069 Mon Sep 17 00:00:00 2001 From: caosiyang Date: Tue, 8 Aug 2017 15:57:25 +0800 Subject: [PATCH] fix a typo: servewr => server --- src/sentinel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];