summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-06-27 11:26:37 +0200
committerantirez <antirez@gmail.com>2012-06-27 11:26:44 +0200
commit36def8fd9a4f562612e00ecbc7b5ff46b5809ba3 (patch)
treeb5349a5275d068c5d30c4bb1055973d6b5b023fc /src
parent3a32897856ec77c77be5dd8e69623dd3624035fc (diff)
downloadredis-36def8fd9a4f562612e00ecbc7b5ff46b5809ba3.tar.gz
Typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/replication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replication.c b/src/replication.c
index cc1ac980d..45a223b8e 100644
--- a/src/replication.c
+++ b/src/replication.c
@@ -419,7 +419,7 @@ error:
}
/* Send a synchronous command to the master. Used to send AUTH and
- * REPLCONF commadns before starting the replication with SYNC.
+ * REPLCONF commands before starting the replication with SYNC.
*
* On success NULL is returned.
* On error an sds string describing the error is returned.