diff options
author | Jeremy Zawodny <Jeremy@Zawodny.com> | 2012-07-25 08:29:11 -0700 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-07-28 20:54:26 +0200 |
commit | 78b606acc2b70c5e97368fb4e72b73043c90c2dc (patch) | |
tree | 6cc68a33d38ce393fbed723187d92e58c609f7ed /sentinel.conf | |
parent | ce7b838fb9a06aae7b0fcac8617577700fc89917 (diff) | |
download | redis-78b606acc2b70c5e97368fb4e72b73043c90c2dc.tar.gz |
comment fix
improve English a bit. :-)
Diffstat (limited to 'sentinel.conf')
-rw-r--r-- | sentinel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel.conf b/sentinel.conf index eb2de6a5d..45c34401d 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -63,7 +63,7 @@ sentinel failover-timeout mymaster 900000 # The script is called with just two arguments: the first is the event type # and the second the event description. # -# The script must be exits and executable in order for sentinel to start if +# The script must exist and be executable in order for sentinel to start if # this option is provided. # # Example: |