summaryrefslogtreecommitdiff
path: root/tests/unit/type
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2023-03-16 14:50:32 +0800
committerGitHub <noreply@github.com>2023-03-16 08:50:32 +0200
commit0b159b34ea0832f6589b8ee71b44dce7010e7504 (patch)
tree0b61a7a130b63dc6612348c37d3a1ac308276b1c /tests/unit/type
parentf8a5a4f70ccada85943af90f6f2db3250ee50b27 (diff)
downloadredis-0b159b34ea0832f6589b8ee71b44dce7010e7504.tar.gz
Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)
Fix some seen typos and wrong comments.
Diffstat (limited to 'tests/unit/type')
-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