From 0770de9aac6a2952c1a78326b496537750ba9ab8 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 16 Dec 2009 08:36:24 +0100 Subject: [PATCH] Typos. --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1ec9cd3e..dad5c2fd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,12 @@ 2009-12-16 suzuki toshiya - Improve configure.raw to copy some options from CFLAGS to LDFLAGS. - The linker of Mac OS X 10.6 is sensitive the architechture. - When the architechtures are specified explicitly for C compiler, - the linker requires the architechture specifications too. + Improve configure.raw to copy some options from CFLAGS to LDFLAGS. + The linker of Mac OS X 10.6 is sensitive to the architecture. If + the architectures are specified explicitly for the C compiler, the + linker requires the architecture specifications too. - * builds/unix/configure.raw: Replace `-isysroot' option parser - by more generic argument parser. + * builds/unix/configure.raw: Replace `-isysroot' option parser by + more generic argument parser. 2009-12-15 Werner Lemberg