diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:44:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:44:23 (GMT) |
commit | a54acb028826edf1444f2bf6afa4b62b5dd56f68 (patch) | |
tree | d0045081a412110792ae9487b25602dc4334183f /win | |
parent | 0004d6152456219c0ef09046c169ad3ad7532ee1 (diff) | |
parent | 2ef0a21475825a5f1cb4562b36d11e51cbefd204 (diff) | |
download | tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.zip tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.gz tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.bz2 |
compatability -> compatibility
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 4 |
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)
|