summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-09-10 12:56:02 +0200
committerantirez <antirez@gmail.com>2018-09-10 12:56:02 +0200
commitf789a17f2ac7aa5c7cf8395884f870241a9c8c58 (patch)
tree0c2a7b94b8cfdc88ede606b1b3174076582b8853
parent932963b75c03b55c8f185c4ec7b7ad2f21743820 (diff)
downloadredis-f789a17f2ac7aa5c7cf8395884f870241a9c8c58.tar.gz
Slave removal: fix typo of replicaof.
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 868f14c48..66ad3418a 100644
--- a/redis.conf
+++ b/redis.conf
@@ -264,7 +264,7 @@ dir ./
################################# REPLICATION #################################
-# Master-Replica replication. Use replcaof to make a Redis instance a copy of
+# Master-Replica replication. Use replicaof to make a Redis instance a copy of
# another Redis server. A few things to understand ASAP about Redis replication.
#
# 1) Redis replication is asynchronous, but you can configure a master to