diff --git a/src/sentinel.c b/src/sentinel.c index d93195cf..4cfcae2b 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -1571,7 +1571,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;