summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-17 17:54:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-17 17:54:01 (GMT)
commit360d476d311a9cc24ea881ad5944494cac3202e8 (patch)
tree412dd2c547293c92a47356ba82f225aa650b68a5 /generic/tclInt.decls
parente0920860f01950256d4d4a39af06942fb4ff98b3 (diff)
downloadtcl-360d476d311a9cc24ea881ad5944494cac3202e8.zip
tcl-360d476d311a9cc24ea881ad5944494cac3202e8.tar.gz
tcl-360d476d311a9cc24ea881ad5944494cac3202e8.tar.bz2
typos in comments
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 54f8948..c6ab207 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.132 2008/12/15 15:48:33 dgp Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.133 2008/12/17 17:54:01 dgp Exp $
library tcl
@@ -624,11 +624,11 @@ declare 156 generic {
declare 157 generic {
Var *TclVarTraceExists(Tcl_Interp *interp, const char *varName)
}
-# REMOVED - use public Tcl_SetStartupPath()
+# REMOVED - use public Tcl_SetStartupScript()
#declare 158 generic {
# void TclSetStartupScriptFileName(const char *filename)
#}
-# REMOVED - use public Tcl_GetStartupPath()
+# REMOVED - use public Tcl_GetStartupScript()
#declare 159 generic {
# CONST84_RETURN char *TclGetStartupScriptFileName(void)
#}
@@ -676,11 +676,11 @@ declare 166 generic {
}
# VFS-aware versions of Tcl*StartupScriptFileName (158 and 159 above)
-# REMOVED - use public Tcl_SetStartupPath()
+# REMOVED - use public Tcl_SetStartupScript()
#declare 167 generic {
# void TclSetStartupScriptPath(Tcl_Obj *pathPtr)
#}
-# REMOVED - use public Tcl_GetStartupPath()
+# REMOVED - use public Tcl_GetStartupScript()
#declare 168 generic {
# Tcl_Obj *TclGetStartupScriptPath(void)
#}