From 0332a321ba42fdb32c46f2e8aaa73e2f74e397d4 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 27 Jun 2012 11:26:37 +0200 Subject: [PATCH] Typo in comment. --- src/replication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replication.c b/src/replication.c index 884b0c49..bff6ec7d 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.