From 6e2058ebc5cea4e6d95e94d913dbee948db36e6a Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 5 Mar 2014 00:41:02 +0100 Subject: [PATCH] Small typo fixed --- src/sentinel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentinel.c b/src/sentinel.c index 0fdaf6307..4ce48de5e 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) { close(fd); } } else { - redisLog(REDIS_WARNING,"WARNING: Senitnel was not able to save the new configuration on disk!!!: %s", strerror(errno)); + redisLog(REDIS_WARNING,"WARNING: Sentinel was not able to save the new configuration on disk!!!: %s", strerror(errno)); } server.hz = saved_hz; return;