summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Erik Rediger <badboy@archlinux.us>2013-08-07 16:05:09 +0200
committerantirez <antirez@gmail.com>2013-08-07 16:09:30 +0200
commit702f3afe1e3f85db0cc21a15563c10759b49ba0e (patch)
treee32a9fb0410e9f61396695d120389ecf279fb2d9
parent4343f0b2568984de2dbf5ad77ce418925018f879 (diff)
downloadredis-702f3afe1e3f85db0cc21a15563c10759b49ba0e.tar.gz
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 95e0c83dc..23010a279 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -470,7 +470,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]