summaryrefslogtreecommitdiff
path: root/tests/unit/type/list.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/type/list.tcl')
-rw-r--r--tests/unit/type/list.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/type/list.tcl b/tests/unit/type/list.tcl
index dad5e595a..d970b0278 100644
--- a/tests/unit/type/list.tcl
+++ b/tests/unit/type/list.tcl
@@ -2198,8 +2198,8 @@ foreach {pop} {BLPOP BLMPOP_RIGHT} {
$rd1 BLPOP mylist 0
wait_for_blocked_clients_count 1
- # pipline on other client a list push and a blocking pop
- # we should expect the fainess to be kept and have $rd1
+ # pipeline on other client a list push and a blocking pop
+ # we should expect the fairness to be kept and have $rd1
# being unblocked
set buf ""
append buf "LPUSH mylist 1\r\n"
@@ -2256,7 +2256,7 @@ foreach {pop} {BLPOP BLMPOP_RIGHT} {
$rd3 close
}
- test "Blocking command acounted only once in commandstats" {
+ test "Blocking command accounted only once in commandstats" {
# cleanup first
r del mylist
@@ -2279,7 +2279,7 @@ foreach {pop} {BLPOP BLMPOP_RIGHT} {
$rd close
}
- test "Blocking command acounted only once in commandstats after timeout" {
+ test "Blocking command accounted only once in commandstats after timeout" {
# cleanup first
r del mylist