From f866b4a456bff91a02b424838f1d9a2c0999cd49 Mon Sep 17 00:00:00 2001 From: Francesco 'makevoid' Canessa Date: Thu, 22 Feb 2018 22:01:56 +0000 Subject: [PATCH] fix comment typo in server.c --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.c b/src/server.c index 1a6f30381..111ca0281 100644 --- a/src/server.c +++ b/src/server.c @@ -2292,7 +2292,7 @@ void call(client *c, int flags) { if (c->flags & CLIENT_FORCE_AOF) propagate_flags |= PROPAGATE_AOF; /* However prevent AOF / replication propagation if the command - * implementatino called preventCommandPropagation() or similar, + * implementation called preventCommandPropagation() or similar, * or if we don't have the call() flags to do so. */ if (c->flags & CLIENT_PREVENT_REPL_PROP || !(flags & CMD_CALL_PROPAGATE_REPL))