summaryrefslogtreecommitdiff
path: root/tests/cluster
diff options
context:
space:
mode:
authorMatt Stancliff <matt@genges.com>2014-07-31 14:33:50 -0400
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:08 -0400
commit09cb281bc327078dc2c71163f4cb7cb5a7e3ae2c (patch)
treea4ea001eb74e3cbbbd3ed989fd22926e5b131606 /tests/cluster
parent28343966a4447ccbb23323d2dd1aae406ea62dbb (diff)
downloadredis-09cb281bc327078dc2c71163f4cb7cb5a7e3ae2c.tar.gz
Fix spelling in some test cases
Diffstat (limited to 'tests/cluster')
-rw-r--r--tests/cluster/tests/05-slave-selection.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cluster/tests/05-slave-selection.tcl b/tests/cluster/tests/05-slave-selection.tcl
index 4167d64be..6efedce5d 100644
--- a/tests/cluster/tests/05-slave-selection.tcl
+++ b/tests/cluster/tests/05-slave-selection.tcl
@@ -83,7 +83,7 @@ test "Cluster should eventually be up again" {
assert_cluster_state ok
}
-test "Node #10 should eventaully replicate node #5" {
+test "Node #10 should eventually replicate node #5" {
set port5 [get_instance_attrib redis 5 port]
wait_for_condition 1000 50 {
([lindex [R 10 role] 2] == $port5) &&