diff --git a/src/redis-cli.c b/src/redis-cli.c index 58c15da4..b8e17d24 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -1832,7 +1832,7 @@ static void intrinsicLatencyMode(void) { if (end > test_end) { printf("\n%lld total runs (avg %lld microseconds per run).\n", runs, run_time/runs); - printf("Worst run took %.02fx times the avarege.\n", + printf("Worst run took %.02fx times the average.\n", (double) max_latency / (run_time/runs)); exit(0); }