summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-05 18:11:14 +0000
committertron <tron@openttd.org>2007-01-05 18:11:14 +0000
commit92c70cd5b7521cf818065bfc00548212c26f8428 (patch)
tree1d7987367c2875e7664e6d9a86567a070714eee2 /config.lib
parent27ccf594603aaed5cc3e3c0facb80b5d2c6f517e (diff)
downloadopenttd-92c70cd5b7521cf818065bfc00548212c26f8428.tar.xz
(svn r7883) It's spelled 'automatically'
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.lib b/config.lib
index 7cb2fca6b..efb0426c0 100644
--- a/config.lib
+++ b/config.lib
@@ -516,7 +516,7 @@ check_params() {
log 1 "checking OSX sysroot... no (use system default)"
with_osx_sysroot="0"
else
- log 1 "checking OSX sysroot... automaticly"
+ log 1 "checking OSX sysroot... automatically"
with_osx_sysroot="3"
fi
fi
@@ -1734,7 +1734,7 @@ detect_sort() {
make_sed() {
# We check here if we are PPC, because then we need to enable FOUR_BYTE_BOOL
# We do this here, and not sooner, so universal builds also have this
- # automaticly correct
+ # automatically correct
# FOUR_BYTE_BOOL is needed, because C++ uses 4byte for a bool on PPC, where
# we use 1 byte per bool normally in C part. So convert that last one to 4
# bytes too, but only for PPC.