From af293f76dde2ce3b24424ff6da29975f4fb2ec1a Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Thu, 7 Jul 2005 16:09:50 +0000 Subject: [PATCH] Fixed typo reported by Daniel Furrer. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13543 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe b/ReadMe index dca748ad2d..45c752824c 100644 --- a/ReadMe +++ b/ReadMe @@ -14,7 +14,7 @@ To build Haiku you also need Oliver Tappe's GCC 2.95.3. You can get it at BeBits http://www.bebits.com/app/4011 -Older versions of GCC 2.95.3 will likly not work. +Older versions of GCC 2.95.3 will likely not work. Configuring @@ -26,7 +26,7 @@ can run configure like this: $ ./configure --target=TARGET Where "TARGET" is the target platform for the build. Valid targets are "r5", "bone", -"dano" and "haiku". If you omit the target it defaults to "haiku". To configure for Zeta +"dano" and "haiku". If you omit the target it defaults to "haiku". To configure for ZETA use the "dano" target. The configure script generates a file named "BuildConfig" in the "build" directory.