Skip to content

Commit

Permalink
Small typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Mar 4, 2014
1 parent 8d01149 commit 5f5118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentinel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f5118b

Please sign in to comment.