summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-03-07 18:03:51 +0100
committerantirez <antirez@gmail.com>2014-03-11 11:10:09 +0100
commit63fc5dc8b1c2af490deb8114ae66c82e1e8003f0 (patch)
tree4a905e306d55cfba406b2e716fb3cc578327291e
parentafe28cfd75f197952cb3c2f7a08ef9f694a7a5fd (diff)
downloadredis-63fc5dc8b1c2af490deb8114ae66c82e1e8003f0.tar.gz
Typo in sentinel.conf, exists -> exits.
-rw-r--r--sentinel.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sentinel.conf b/sentinel.conf
index e44342221..ff255f87f 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -86,10 +86,10 @@ sentinel failover-timeout mymaster 180000
# or to reconfigure clients after a failover. The scripts are executed
# with the following rules for error handling:
#
-# If script exists with "1" the execution is retried later (up to a maximum
+# If script exits with "1" the execution is retried later (up to a maximum
# number of times currently set to 10).
#
-# If script exists with "2" (or an higher value) the script execution is
+# If script exits with "2" (or an higher value) the script execution is
# not retried.
#
# If script terminates because it receives a signal the behavior is the same