point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data'

This commit is contained in:
Stam He 2013-03-02 17:16:46 +08:00 committed by antirez
parent caf9b24a7d
commit d783860457

View File

@ -175,7 +175,7 @@ dir ./
# still reply to client requests, possibly with out of date data, or the
# data set may just be empty if this is the first synchronization.
#
# 2) if slave-serve-stale data is set to 'no' the slave will reply with
# 2) if slave-serve-stale-data is set to 'no' the slave will reply with
# an error "SYNC with master in progress" to all the kind of commands
# but to INFO and SLAVEOF.
#