X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3a32897856ec77c77be5dd8e69623dd3624035fc..91c15ed1b51a0cd097e5c8b0d77edb07f460a866:/src/replication.c 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.