Browse Source

Merge pull request #11421 from lurch/patch-1

Fix typos
Charles Kerr 7 years ago
parent
commit
057f08a1f8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/development/build-instructions-linux.md

+ 3 - 3
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.
+script, it won't work in the `build.py` script.