summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-06-27 11:26:37 +0200
committerantirez <antirez@gmail.com>2012-07-09 12:02:01 +0200
commit0332a321ba42fdb32c46f2e8aaa73e2f74e397d4 (patch)
treeb93d6089fd1efd0d631c258a917ba555d4837e3e
parentb998ebe904b49b447ec04639f5d3e705d1d0ea7a (diff)
downloadredis-0332a321ba42fdb32c46f2e8aaa73e2f74e397d4.tar.gz
Typo in comment.
-rw-r--r--src/replication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replication.c b/src/replication.c
index 884b0c499..bff6ec7d2 100644
--- a/src/replication.c
+++ b/src/replication.c
@@ -234,7 +234,7 @@ void sendBulkToSlave(aeEventLoop *el, int fd, void *privdata, int mask) {
}
/* 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.