diff options
author | sebres <sebres@users.sourceforge.net> | 2018-11-22 18:30:49 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-11-22 18:30:49 (GMT) |
commit | cae3501f7a647be921654d936ae0f66e3695ea70 (patch) | |
tree | b5e404aa5dab94bbb3848f05696da7a3d3144f27 /library/msgcat | |
parent | c2ce99823eec77ebd96f226d73c0389e446c45b6 (diff) | |
download | tcl-cae3501f7a647be921654d936ae0f66e3695ea70.zip tcl-cae3501f7a647be921654d936ae0f66e3695ea70.tar.gz tcl-cae3501f7a647be921654d936ae0f66e3695ea70.tar.bz2 |
fixes typo in [e108e6b947], test added to cover this case
Diffstat (limited to 'library/msgcat')
-rw-r--r-- | library/msgcat/msgcat.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 129cd9c..db1231c 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -1105,7 +1105,7 @@ proc msgcat::mcflmset {pairs} { return -code error "must only be used inside a message catalog loaded\ with ::msgcat::mcload" } - tailcal mcmset $FileLocale $pairs + tailcall mcmset $FileLocale $pairs } # msgcat::mcunknown -- |