From 5f5118bdad709c5eef10140130ba1329b6a5e661 Mon Sep 17 00:00:00 2001
From: Jan-Erik Rediger <badboy@archlinux.us>
Date: Wed, 5 Mar 2014 00:41:02 +0100
Subject: [PATCH] Small typo fixed

---
 src/sentinel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sentinel.c b/src/sentinel.c
index 0fdaf630..4ce48de5 100644
--- a/src/sentinel.c
+++ b/src/sentinel.c
@@ -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;