Small typo fixed

This commit is contained in:
Jan-Erik Rediger 2014-03-05 00:41:02 +01:00 committed by antirez
parent 88c6c669c3
commit a2ec9a9068

View File

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