summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2005-12-31 02:58:00 (GMT)
committerkennykb <kennykb@noemail.net>2005-12-31 02:58:00 (GMT)
commit817a0a4149acd92597889957713b9cfe7fad97af (patch)
treefe900007ccdfe2c059766e28f765258cc553d28c /generic/tclStubLib.c
parent15542dc35e46c7eebec54c12fee8e75b67fbebc2 (diff)
downloadtcl-817a0a4149acd92597889957713b9cfe7fad97af.zip
tcl-817a0a4149acd92597889957713b9cfe7fad97af.tar.gz
tcl-817a0a4149acd92597889957713b9cfe7fad97af.tar.bz2
Fix typo in missing stub table pointer
FossilOrigin-Name: 5ae3bd993d66b325df6a3b921a7f391714bd9244
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index 75cd0c2..5e2d2ba 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubLib.c,v 1.13 2005/12/27 17:39:02 kennykb Exp $
+ * RCS: @(#) $Id: tclStubLib.c,v 1.14 2005/12/31 02:58:00 kennykb Exp $
*/
/*
@@ -161,7 +161,7 @@ TclTomMathInitializeStubs(
return NULL;
}
if (pkgClientData == NULL) {
- errMsg = "missing stub täble pointer";
+ errMsg = "missing stub table pointer";
} else if ((stubsPtr->tclBN_epoch)() != epoch) {
errMsg = "epoch number mismatch";
} else if ((stubsPtr->tclBN_revision)() != revision) {