summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2018-11-22 18:30:49 (GMT)
committersebres <sebres@users.sourceforge.net>2018-11-22 18:30:49 (GMT)
commitcae3501f7a647be921654d936ae0f66e3695ea70 (patch)
treeb5e404aa5dab94bbb3848f05696da7a3d3144f27 /library
parentc2ce99823eec77ebd96f226d73c0389e446c45b6 (diff)
downloadtcl-cae3501f7a647be921654d936ae0f66e3695ea70.zip
tcl-cae3501f7a647be921654d936ae0f66e3695ea70.tar.gz
tcl-cae3501f7a647be921654d936ae0f66e3695ea70.tar.bz2
fixes typo in [e108e6b947], test added to cover this case
Diffstat (limited to 'library')
-rw-r--r--library/msgcat/msgcat.tcl2
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 --