From 1f0006ac71fd4eb308ab900b0b9917e1dd046680 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Fri, 11 Feb 2011 13:50:01 +0100
Subject: Cleanup of docs.
---
doc/install.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/install.html')
diff --git a/doc/install.html b/doc/install.html
index 220c326f..cdb9075d 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -417,7 +417,7 @@ simply use whatever make install creates. There's a reason
for all of the files and directories it creates.
-The build system uses GNU make and autodetects most settings based on
+The build system uses GNU make and auto-detects most settings based on
the host you're building it on. This should work fine for native builds,
even when sandboxed. You may need to pass some of the following flags to
both the make and the make install command lines
@@ -431,7 +431,7 @@ the -rpath of the shared library.
to a shadow tree instead of the root tree of the build system.
Have a look at the top-level Makefile and src/Makefile
for additional variables to tweak. The following variables may be
-overriden, but it's not recommended, except for special needs
+overridden, but it's not recommended, except for special needs
like cross-builds:
BUILDMODE, CC, HOST_CC, STATIC_CC, DYNAMIC_CC, CFLAGS, HOST_CFLAGS,
TARGET_CFLAGS, LDFLAGS, HOST_LDFLAGS, TARGET_LDFLAGS, TARGET_SHLDFLAGS,
--
cgit v1.2.3-55-g6feb