From 36def8fd9a4f562612e00ecbc7b5ff46b5809ba3 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 cc1ac980..45a223b8 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.