diff --git a/src/latency.c b/src/latency.c index 0900dcc5..fdc88210 100644 --- a/src/latency.c +++ b/src/latency.c @@ -368,7 +368,7 @@ sds createLatencyReport(void) { } if (advise_slowlog_inspect) { - report = sdscat(report,"- Check your Slow Log to understand what are the commads you are running which are too slow to execute. Please check http://redis.io/commands/slowlog for more information.\n"); + report = sdscat(report,"- Check your Slow Log to understand what are the commands you are running which are too slow to execute. Please check http://redis.io/commands/slowlog for more information.\n"); } /* Intrinsic latency. */