summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
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 /unix/tclUnixInit.c
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 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index eec0fd9..13a624e 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -333,7 +333,7 @@ long tclMacOSXDarwinRelease = 0;
*
* TclpInitPlatform --
*
- * Initialize all the platform-dependant things like signals and
+ * Initialize all the platform-dependent things like signals and
* floating-point error handling.
*
* Called at process initialization time.