]> git.saurik.com Git - redis.git/blobdiff - src/replication.c
Merge pull request #569 from jokea/unstable
[redis.git] / 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.