From 68d6eb6a3f506c11e3d8b3ac404e3aa62d1483e5 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 11 Jul 2014 10:57:28 +0200 Subject: [PATCH] Fix typo in LATENCY DOCTOR output. --- src/latency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/latency.c b/src/latency.c index 0900dcc54..fdc88210e 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. */