Commit 0d434a44 authored by Juarez Bochi's avatar Juarez Bochi Committed by Matt Stancliff
Browse files

Fix typo

Closes #1682
parent aa628446
...@@ -1978,7 +1978,7 @@ void alsoPropagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, ...@@ -1978,7 +1978,7 @@ void alsoPropagate(struct redisCommand *cmd, int dbid, robj **argv, int argc,
} }
/* It is possible to call the function forceCommandPropagation() inside a /* 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. */ * specific command execution into AOF / Replication. */
void forceCommandPropagation(redisClient *c, int flags) { void forceCommandPropagation(redisClient *c, int flags) {
if (flags & REDIS_PROPAGATE_REPL) c->flags |= REDIS_FORCE_REPL; if (flags & REDIS_PROPAGATE_REPL) c->flags |= REDIS_FORCE_REPL;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment