summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-23 21:43:52 -0400
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-24 06:28:12 +0000
commitff6a6940aafa2164c5f53b1d4c09dfe995b562b8 (patch)
tree4c4df5174e54f47979801fa10e18958ab047b640 /solenv
parent97bad49ffa297d25f0dfe19b7984f91e5e601945 (diff)
fix a typo in gbuild help and improve a autoconf error message
Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e Reviewed-on: https://gerrit.libreoffice.org/11616 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 986c91065e51..de69c33fd94a 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -123,6 +123,6 @@ INTERACTIVE VARIABLES:
gb_FULLDEPS Generate and use dependencies (on by default, handle with care).
gb_COLOR Use ASCII color output.
gb_TITLES Show progress in terminal title.
- gb_Side Either "host" of "build" (default to "host").
+ gb_Side Either "host" or "build" (default to "host").
determine if config_host.mk or config_build.mk is used to
set the build environment.