]> git.saurik.com Git - redis.git/commitdiff
Typo in comment.
authorantirez <antirez@gmail.com>
Wed, 27 Jun 2012 09:26:37 +0000 (11:26 +0200)
committerantirez <antirez@gmail.com>
Sat, 7 Jul 2012 15:24:40 +0000 (17:24 +0200)
src/replication.c

index cc1ac980de3474a8620e2c64c5341bb08ddb6dd7..45a223b8e36d4dbc333d83122052442ce22c747d 100644 (file)
@@ -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.