summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorJan-Erik Rediger <badboy@archlinux.us>2013-08-07 16:05:09 +0200
committerJan-Erik Rediger <badboy@archlinux.us>2013-08-07 16:05:09 +0200
commit74c0af21f506b84882ea425801b4c3c2c0aea9db (patch)
tree2b2a41e2b3a605f3bc8f6edaf7d27121fb937033 /tests/test_helper.tcl
parent36a0947185973f7c90fa4c54d2747d220981d222 (diff)
downloadredis-74c0af21f506b84882ea425801b4c3c2c0aea9db.tar.gz
Little typo
Diffstat (limited to 'tests/test_helper.tcl')
-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]