summaryrefslogtreecommitdiff
path: root/Makefile.lang.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-15 14:45:48 +0000
committerrubidium <rubidium@openttd.org>2009-11-15 14:45:48 +0000
commit36e030c19dad7b8e6c299b46af47c995b874c5ba (patch)
tree481e2f5b1711e2d294713b8f537a8c843d562c1b /Makefile.lang.in
parentf28d32943df0029ae37f818ac0209ab3679000bc (diff)
downloadopenttd-36e030c19dad7b8e6c299b46af47c995b874c5ba.tar.xz
(svn r18097) -Fix: typo in comment
Diffstat (limited to 'Makefile.lang.in')
-rw-r--r--Makefile.lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.lang.in b/Makefile.lang.in
index 27d391023..4f2acc68a 100644
--- a/Makefile.lang.in
+++ b/Makefile.lang.in
@@ -24,7 +24,7 @@ ifeq ($(LANG_SUPPRESS), yes)
LANG_ERRORS = >/dev/null 2>&1
endif
-# Make sure endian_host.h is reasable as if it was in the src/ dir
+# Make sure endian_host.h is reachable as if it was in the src/ dir
CFLAGS_BUILD += -I $(LANG_OBJS_DIR)
ENDIAN_TARGETS := endian_host.h endian_target.h $(ENDIAN_CHECK)