diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-08 15:57:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-08 15:57:24 (GMT) |
commit | 89dd0dcb93da6f2bedd50f7cf5f78502281ddf77 (patch) | |
tree | 9dec4113a5e2456287dad21b82bb6b796b7bb8fa /generic | |
parent | 5de9b738d3fc73ba62f781f55ba8891ccec9764a (diff) | |
parent | c1f8c0290006c19eba948b7aaec6ae6ae0e0099c (diff) | |
download | tcl-89dd0dcb93da6f2bedd50f7cf5f78502281ddf77.zip tcl-89dd0dcb93da6f2bedd50f7cf5f78502281ddf77.tar.gz tcl-89dd0dcb93da6f2bedd50f7cf5f78502281ddf77.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic')
-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 cc54f24..976f524 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: |