Commit 6766fc56 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger Committed by antirez
Browse files

Small typo fixed

parent 9a7cf319
...@@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) { ...@@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) {
close(fd); close(fd);
} }
} else { } 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; server.hz = saved_hz;
return; return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment