summaryrefslogtreecommitdiff
path: root/tests/cluster/tests/18-info.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cluster/tests/18-info.tcl')
-rw-r--r--tests/cluster/tests/18-info.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cluster/tests/18-info.tcl b/tests/cluster/tests/18-info.tcl
index 978d9d1da..68c62d357 100644
--- a/tests/cluster/tests/18-info.tcl
+++ b/tests/cluster/tests/18-info.tcl
@@ -13,12 +13,12 @@ test "Cluster should start ok" {
set primary1 [Rn 0]
set primary2 [Rn 1]
-proc cmdstat {instace cmd} {
- return [cmdrstat $cmd $instace]
+proc cmdstat {instance cmd} {
+ return [cmdrstat $cmd $instance]
}
-proc errorstat {instace cmd} {
- return [errorrstat $cmd $instace]
+proc errorstat {instance cmd} {
+ return [errorrstat $cmd $instance]
}
test "errorstats: rejected call due to MOVED Redirection" {