Fix spelling in some test cases

This commit is contained in:
Matt Stancliff
2014-07-31 14:33:50 -04:00
parent 28343966a4
commit 09cb281bc3
5 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@ start_server {tags {"basic"}} {
for {set x 9999} {$x >= 0} {incr x -1} {
set val [r get $x]
if {$val ne $x} {
set err "Eleemnt at position $x is $val instead of $x"
set err "Element at position $x is $val instead of $x"
break
}
}