From a3e87c32ae64593a16b29bbe24703b785832adbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Sun, 5 Jan 2014 00:11:38 +0100 Subject: [PATCH] Fix some other typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad94bc..6d07ade 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You have to have following packages installed in your system: #### How to build? -**Warning:** *Building with `sudo` is not recommended. I'm not responsible for any damage in your system.* +**Warning:** *Building with `sudo` is not recommended. I'm not responsible for any damage to your system.* Follow steps listed below: @@ -88,7 +88,7 @@ Follow steps listed below: # ./fetch.sh ``` -3. Run `bootstrap.sh` script (with `--prefix` option to specify where to install the toolchain). Note, that the destination directory must be writeable by the user. +3. Run `bootstrap.sh` script (with `--prefix` option to specify where to install the toolchain). Note, that the destination directory must be writable by the user. ``` # cd ..