summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:44:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:44:23 (GMT)
commit95d020a657adeaec2fb3c6f5a0bf802cc22e766d (patch)
treed0045081a412110792ae9487b25602dc4334183f /win
parentc25e21b7bb6584947734fd9dd77a29c66ba1a0fe (diff)
parent6d7abfd8a93cd57fee32c8eb2712dc13be57f7aa (diff)
downloadtcl-95d020a657adeaec2fb3c6f5a0bf802cc22e766d.zip
tcl-95d020a657adeaec2fb3c6f5a0bf802cc22e766d.tar.gz
tcl-95d020a657adeaec2fb3c6f5a0bf802cc22e766d.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 c10b196..d6de5e1 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -113,12 +113,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)