changeset 13575:b229beb1618e draft

(svn r18097) -Fix: typo in comment
author rubidium <rubidium@openttd.org>
date Sun, 15 Nov 2009 14:45:48 +0000
parents 2bef074a26bf
children 7d9d6446b83f
files Makefile.lang.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.lang.in
+++ b/Makefile.lang.in
@@ -24,7 +24,7 @@
 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)