[tcl/en] Fix typo (#5097)

This commit is contained in:
Jan Knobloch 2024-09-08 22:13:19 +02:00 committed by GitHub
parent 58f411962e
commit e6a4c99ac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -533,7 +533,7 @@ puts [countdown2] ;# -> 4
puts [countdown1] ;# -> 1
puts [countdown1] ;# -> 0
catch {
puts [coundown1] ;# -> invalid command name "countdown1"
puts [countdown1] ;# -> invalid command name "countdown1"
} cres copts
puts $cres
puts [countdown2] ;# -> 3