summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-27 12:39:51 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-28 14:59:38 +0100
commitb9dec99ab48f95adbc27a6d12184fe2203c2c673 (patch)
tree41f53a990188f44d7e19beb0c8c3f468705ccadf /INSTALL.md
parent6d28e7e77bafe30b6a30289d2755ca0bf49636bc (diff)
downloadjustbuild-b9dec99ab48f95adbc27a6d12184fe2203c2c673.tar.gz
Various typo fixes
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 92c85ba9..2f3fd92d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -87,10 +87,10 @@ Additionally, if `SOURCE_DATE_EPOCH` is set in the build environment, it
is forwarded to the build configuration as well. If, on the other hand,
`CC` or `CXX` are set in the build configuration, those are also used
for the initial steps of the bootstrap procedure. Remember that setting
-one of those variables also requires to the the `COMPILER_FAMILY` to
+one of those variables also requires the `COMPILER_FAMILY` to
ensure the proper flags are used (if in doubt, set to `"unknown"`).
-In any case, the resulting binary is self-contained and can be moved
+In any case, the resulting binary is self contained and can be moved
to an appropriate location in `PATH`.
### Bootstrapping against preinstalled dependencies (package building)