diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-09 20:39:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-09 20:39:06 (GMT) |
commit | d33f396b9985896f717cbfa81422b28ac486eadd (patch) | |
tree | 8e852a6e82b0d74881deb26700cb49ed54ce9888 /generic/tclTestObj.c | |
parent | d6d77a73bef59053e103b7d28390ade0e651a8cc (diff) | |
parent | ac7ef03d8e108d7c755c1f560808429d0f4a0ce2 (diff) | |
download | tcl-d33f396b9985896f717cbfa81422b28ac486eadd.zip tcl-d33f396b9985896f717cbfa81422b28ac486eadd.tar.gz tcl-d33f396b9985896f717cbfa81422b28ac486eadd.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r-- | generic/tclTestObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c index a54a06f..f84c745 100644 --- a/generic/tclTestObj.c +++ b/generic/tclTestObj.c @@ -131,7 +131,7 @@ TclObjTest_Init( * * TestbignumobjCmd -- * - * This function implmenets the "testbignumobj" command. It is used + * This function implements the "testbignumobj" command. It is used * to exercise the bignum Tcl object type implementation. * * Results: |