diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-04-12 13:30:39 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-04-12 13:30:39 (GMT) |
commit | cf6c56c88d5339f1a4106b80aa7209ee5f061e50 (patch) | |
tree | 155947fa3710efc77fc09abcf12c46652e30fcb6 /tests/expr.test | |
parent | b571892e4f3f2776d9794279256e3532a2c2c861 (diff) | |
download | tcl-cf6c56c88d5339f1a4106b80aa7209ee5f061e50.zip tcl-cf6c56c88d5339f1a4106b80aa7209ee5f061e50.tar.gz tcl-cf6c56c88d5339f1a4106b80aa7209ee5f061e50.tar.bz2 |
Correct spelling errors in comments and documentation, but also a non-comment
corrections in history.tcl and tcltest.test.
Diffstat (limited to 'tests/expr.test')
-rw-r--r-- | tests/expr.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expr.test b/tests/expr.test index 85860f7..985bce1 100644 --- a/tests/expr.test +++ b/tests/expr.test @@ -7455,7 +7455,7 @@ test expr-62.10 {TIP 582: comments can go inside function calls} { # Bug e3dcab1d14 proc do-one-test-expr-63 {e p float athreshold} { # e - power of 2 to test - # p - tcl_precision to test wuth + # p - tcl_precision to test with # float - floating point value 2**-$p # athreshold - tolerable absolute error (1/2 decimal digit in # least significant place plus 1/2 least significant bit) |