From debe77a910ba575513d5e121f3ed7ebf2633691b Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 13 Dec 2017 03:13:41 +0000 Subject: [PATCH] Fix typos --- docs/development/build-instructions-linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 796698499d..3c7f3dd001 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -208,8 +208,8 @@ $ ./script/build.py -c R ### Environment variables -Apart from `CC` and `CXX`, you can also set following environment variables to -custom the building configurations: +Apart from `CC` and `CXX`, you can also set the following environment variables to +customise the build configuration: * `CPPFLAGS` * `CPPFLAGS_host` @@ -226,4 +226,4 @@ custom the building configurations: * `LDFLAGS` The environment variables have to be set when executing the `bootstrap.py` -script, it won't work in the `build.py` script. \ No newline at end of file +script, it won't work in the `build.py` script.