From: antirez Date: Wed, 27 Jun 2012 09:26:37 +0000 (+0200) Subject: Typo in comment. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d3d567428a429f499a9fc9cce8628e241220529a Typo in comment. --- 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.