Commit 0770de9aac6a2952c1a78326b496537750ba9ab8

Werner Lemberg 2009-12-16T08:36:24

Typos.

diff --git a/ChangeLog b/ChangeLog
index e1ec9cd..dad5c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
 2009-12-16  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
 
-	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  <wl@gnu.org>