Fix typo in LATENCY DOCTOR output.

This commit is contained in:
antirez
2014-07-11 10:57:34 +02:00
parent bb10ad9c13
commit c970507478
+1 -1
View File
@@ -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. */