From a74ef35f071393d1daf3984edabaf0704a9e5bc4 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 8 Sep 2015 10:41:03 +0200 Subject: [PATCH] Release note typo fixed: senitel -> sentinel. --- 00-RELEASENOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index c0d6e9846a42..6f126194921a 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -34,7 +34,7 @@ Upgrade urgency: HIGH for Redis and Sentinel. However note that in order to an issue reported by "GeorgeBJ" user at Github) * [FIX] redis-cli --scan iteration fixed when returned cursor overflows 32 bit signed integer. (Ofir Luzon, Yuval Inbar) -* [FIX] Senitnel: fixed a bug during the master switch process, where for a +* [FIX] Sentinel: fixed a bug during the master switch process, where for a failed conditional check, the new configuration is rewritten, during a small window of time, in a corrupted way where the master is also reported to be one of the slaves. This bug is rare to trigger