summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2018-09-25 17:15:34 +0200
committerGitHub <noreply@github.com>2018-09-25 17:15:34 +0200
commitcf7475b9b85db45637250ee2cbadba5540760e27 (patch)
tree94f3276fa0e83cdeeae18d2869a4a9db99fb5639
parent3ff82790e11bac25db7d0e75d8a27382526161c5 (diff)
parent3a27b3d0d85d56ecd758b56c6af477ae5ff08a76 (diff)
downloadredis-cf7475b9b85db45637250ee2cbadba5540760e27.tar.gz
Merge pull request #5377 from Chupaka/patch-1
Fix typo in comment
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 0f1214fc5..5e5362bb1 100644
--- a/redis.conf
+++ b/redis.conf
@@ -477,7 +477,7 @@ replica-priority 100
#
# Port: The port is communicated by the replica during the replication
# handshake, and is normally the port that the replica is using to
-# list for connections.
+# listen for connections.
#
# However when port forwarding or Network Address Translation (NAT) is
# used, the replica may be actually reachable via different IP and port