diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-08-16 12:26:45 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-08-16 12:26:45 +0200 |
commit | 4a2073dcfa92e9320edb1513d4529ad1c95033fa (patch) | |
tree | d326bb86d7b032fb3de40ad8fdeabb594d4ea130 | |
parent | e3671e69c40d1b9cc4b3d4501370ab626194841a (diff) | |
download | ATCD-4a2073dcfa92e9320edb1513d4529ad1c95033fa.tar.gz |
Fixed typo in tiger name
* ACE/include/makeinclude/platform_macosx.GNU:
-rw-r--r-- | ACE/include/makeinclude/platform_macosx.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_macosx.GNU b/ACE/include/makeinclude/platform_macosx.GNU index 422ebe63860..4636074a7bc 100644 --- a/ACE/include/makeinclude/platform_macosx.GNU +++ b/ACE/include/makeinclude/platform_macosx.GNU @@ -9,7 +9,7 @@ MACOS_BUILD_VERSION = $(word 3,${MACOS_REL_WORDS}) MACOS_CODENAME_VER_10_2 := MACOS_CODENAME_VER_10_3 := panther -MACOS_CODENAME_VER_10_4 := tigher +MACOS_CODENAME_VER_10_4 := tiger MACOS_CODENAME_VER_10_5 := leopard MACOS_CODENAME_VER_10_6 := snowleopard MACOS_CODENAME_VER_10_7 := lion |