Skip to content

Commit ed3b230

Browse files
committed
fix statically -> statistically typo in apause.exp
1 parent a00f414 commit ed3b230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

case-lib/apause.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env expect
22

3-
# If you're new to expect:
3+
# If you're new to https://wiki.tcl-lang.org/page/Expect
44
#
55
# - Expect is "only" a Tcl extension and Tcl command.
66
# An "Expect script" is a somewhat misleading shorthand for "a Tcl
@@ -186,7 +186,7 @@ expect {
186186
# for some unknown reason, then there could be _multiple_
187187
# volume lines in a single of these buffer iterations and then we
188188
# could miss some non-zeros.
189-
# This is very unlikely though so this is statically good enough.
189+
# This is very unlikely though so this is statistically good enough.
190190
if {! [regexp {\| ( |0)0%} "$buffer_with_lf"]} {
191191
set volume_always_zero false
192192
}

0 commit comments

Comments
 (0)