Commit 5f5118bd authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Small typo fixed

parent 8d011492
...@@ -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