Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes redis#1682
  • Loading branch information
jbochi authored and mattsta committed Jul 31, 2014
1 parent 68a831d commit 13afdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis.c
Expand Up @@ -1977,7 +1977,7 @@ void alsoPropagate(struct redisCommand *cmd, int dbid, robj **argv, int argc,
}

/* It is possible to call the function forceCommandPropagation() inside a
* Redis command implementaiton in order to to force the propagation of a
* Redis command implementation in order to to force the propagation of a
* specific command execution into AOF / Replication. */
void forceCommandPropagation(redisClient *c, int flags) {
if (flags & REDIS_PROPAGATE_REPL) c->flags |= REDIS_FORCE_REPL;
Expand Down

0 comments on commit 13afdbb

Please sign in to comment.