summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Skuratovich <chupaka@gmail.com>2018-09-24 16:14:36 +0300
committerGitHub <noreply@github.com>2018-09-24 16:14:36 +0300
commit3a27b3d0d85d56ecd758b56c6af477ae5ff08a76 (patch)
tree27d1db5d2fe6870474ebbefee8063dbdb070e5f6
parent0d6f11f4d1748d0e8b35032338a1f4d927838a49 (diff)
downloadredis-3a27b3d0d85d56ecd758b56c6af477ae5ff08a76.tar.gz
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