summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 09:03:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 09:03:27 (GMT)
commit587f8fa3d9cfaccb5763689ee36cd8c41efe0689 (patch)
tree970d9d15aaa94959ec418248d6e4a9ef0ff9048b /win
parentf1d0d7967e78856e7cb13e4b48f13fe49f93d07b (diff)
parent6f191069963104ecc445087cd2869e6e6469663e (diff)
downloadtcl-587f8fa3d9cfaccb5763689ee36cd8c41efe0689.zip
tcl-587f8fa3d9cfaccb5763689ee36cd8c41efe0689.tar.gz
tcl-587f8fa3d9cfaccb5763689ee36cd8c41efe0689.tar.bz2
Merge 8.6
Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git
Diffstat (limited to 'win')
-rw-r--r--win/tclWinInit.c2
-rw-r--r--win/tclWinTime.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c
index e82d74b..f35d318 100644
--- a/win/tclWinInit.c
+++ b/win/tclWinInit.c
@@ -113,7 +113,7 @@ static void AppendEnvironment(Tcl_Obj *listPtr, const char *lib);
*
* TclpInitPlatform --
*
- * Initialize all the platform-dependant things like signals,
+ * Initialize all the platform-dependent things like signals,
* floating-point error handling and sockets.
*
* Called at process initialization time.
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index f103a4f..985e181 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -198,7 +198,7 @@ TclpGetSeconds(void)
* This procedure returns a value that represents the highest resolution
* clock available on the system. There are no guarantees on what the
* resolution will be. In Tcl we will call this value a "click". The
- * start time is also system dependant.
+ * start time is also system dependent.
*
* Results:
* Number of clicks from some start time.