fix a typo: servewr => server

This commit is contained in:
caosiyang 2017-08-08 15:57:25 +08:00
parent 202c2ebec4
commit 72d43ef029
1 changed files with 1 additions and 1 deletions

View File

@ -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];