Fix a typo in aof-multi-part.tcl (#2922)

A small PR to fix a smal typo: `util` --> `until`

Signed-off-by: Vadym Khoptynets <1099644+poiuj@users.noreply.github.com>
This commit is contained in:
Vadym Khoptynets 2025-12-09 21:30:28 +02:00 committed by GitHub
parent 2a9a1731ee
commit 44dc58181d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ tags {"external:skip"} {
}
}
test "AOF enable during BGSAVE will not write data util AOFRW finish" {
test "AOF enable during BGSAVE will not write data until AOFRW finish" {
r config set appendonly no
r config set save ""
r config set rdb-key-save-delay 10000000