summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuarez Bochi <jbochi@gmail.com>2014-04-13 18:44:58 -0300
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:06 -0400
commit0d434a446a440b645b4538094f96434e974be767 (patch)
tree0d72300aa138e75611134c89965c4d2ab96fc6d3
parentaa628446f211d1abcdfaab4fcefe8f1572e0335e (diff)
downloadredis-0d434a446a440b645b4538094f96434e974be767.tar.gz
Fix typo
Closes #1682
-rw-r--r--src/redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis.c b/src/redis.c
index 5ce7d1d93..2f6fa0ea1 100644
--- a/src/redis.c
+++ b/src/redis.c
@@ -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
- * 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;