summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:39:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:39:40 (GMT)
commitbbaecb023a9287118394399ce2235c49e33ec74e (patch)
tree89ea4d11f6d5ab9868596a73fd7b761ffa3d60fe /win
parent8d1caeae4dbe404a28c14bdc0bc3a8e97f6eaaf2 (diff)
downloadtcl-bbaecb023a9287118394399ce2235c49e33ec74e.zip
tcl-bbaecb023a9287118394399ce2235c49e33ec74e.tar.gz
tcl-bbaecb023a9287118394399ce2235c49e33ec74e.tar.bz2
compatability -> compatibility
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 8c8ecdf..aedb7a6 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -105,12 +105,12 @@ the build instructions.
# memdbg = Enables the debugging memory allocator.
#
# CHECKS=64bit,fullwarn,nodep,none
-# Sets special macros for checking compatability.
+# Sets special macros for checking compatibility.
#
# 64bit = Enable 64bit portability warnings (if available)
# fullwarn = Builds with full compiler and link warnings enabled.
# Very verbose.
-# nodep = Turns off compatability macros to ensure the core
+# nodep = Turns off compatibility macros to ensure the core
# isn't being built with deprecated functions.
#
# MACHINE=(ALPHA|AMD64|IA64|IX86)