summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2013-08-07 07:08:04 -0700
committerSalvatore Sanfilippo <antirez@gmail.com>2013-08-07 07:08:04 -0700
commitde698798bc20dee17840ed2ba75fb609d42c8eb1 (patch)
tree2b2a41e2b3a605f3bc8f6edaf7d27121fb937033
parent36a0947185973f7c90fa4c54d2747d220981d222 (diff)
parent74c0af21f506b84882ea425801b4c3c2c0aea9db (diff)
downloadredis-de698798bc20dee17840ed2ba75fb609d42c8eb1.tar.gz
Merge pull request #1234 from badboy/patch-2
Little typo
-rw-r--r--tests/test_helper.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 930eba4ee..1c3049d32 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]