Skip to content

Commit

Permalink
spel check fix
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Jun 6, 2024
1 parent 93bcee6 commit 72fe6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/support/test.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ proc verify_replica_online {master replica_idx max_retry} {
}
}
if {$count_down == 0} {
set threashold [expr {$max_retry*$pause/1000}]
error "assertion:Replica is not in sync after $threashold seconds"
set threshold [expr {$max_retry*$pause/1000}]
error "assertion:Replica is not in sync after $threshold seconds"
}
}

Expand Down

0 comments on commit 72fe6e3

Please sign in to comment.