summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-08 17:52:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-08 17:52:36 (GMT)
commit3df1a90364ee579fd64f37f49061fab042fd4647 (patch)
treef63ff64347762a52ad09abde4e031727526c05c5 /generic/tclIO.c
parent804199d4b7c8ed967e5136c796a658fbbcfbb7c2 (diff)
parent0cd0bb6862a65142603ccbde70d3a894be70e9d4 (diff)
downloadtcl-3df1a90364ee579fd64f37f49061fab042fd4647.zip
tcl-3df1a90364ee579fd64f37f49061fab042fd4647.tar.gz
tcl-3df1a90364ee579fd64f37f49061fab042fd4647.tar.bz2
Bring back stub table in original state.
Merge trunk
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index 80f6fa4..ffd2430 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -7129,7 +7129,7 @@ Tcl_Tell(
*
* Tcl_SeekOld, Tcl_TellOld --
*
- * Backward-compatability versions of the seek/tell interface that do not
+ * Backward-compatibility versions of the seek/tell interface that do not
* support 64-bit offsets. This interface is not documented or expected
* to be supported indefinitely.
*