summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:42:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:42:07 (GMT)
commit6d7abfd8a93cd57fee32c8eb2712dc13be57f7aa (patch)
treec09becb4fe32fb2330b5f8df66e22adf04731acc /win
parente7f46501e26d06493e8f9ad9f0bbecc9161d0129 (diff)
parentbbaecb023a9287118394399ce2235c49e33ec74e (diff)
downloadtcl-6d7abfd8a93cd57fee32c8eb2712dc13be57f7aa.zip
tcl-6d7abfd8a93cd57fee32c8eb2712dc13be57f7aa.tar.gz
tcl-6d7abfd8a93cd57fee32c8eb2712dc13be57f7aa.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 f401541..8cbae2e 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)