From 74c0af21f506b84882ea425801b4c3c2c0aea9db Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 7 Aug 2013 16:05:09 +0200 Subject: [PATCH] Little typo --- tests/test_helper.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 930eba4e..1c3049d3 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -465,7 +465,7 @@ proc close_replication_stream {s} { # With the parallel test running multiple Redis instances at the same time # we need a fast enough computer, otherwise a lot of tests may generate # false positives. -# If the computer is too slow we revert the sequetial test without any +# If the computer is too slow we revert the sequential test without any # parallelism, that is, clients == 1. proc is_a_slow_computer {} { set start [clock milliseconds]