summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-01-12 17:53:11 -0500
committerLeo Famulari <leo@famulari.name>2016-01-12 17:55:59 -0500
commit0917e80ea8fb86abd940d022bf7f51f24fd24283 (patch)
treeced1a5eff115cda42b76927caaedacdc1673b4b1 /doc
parentc91d3fb7f4f754b56b540d8556d6a3ce6085ef37 (diff)
doc: Fix typo in "Build Systems".
* doc/guix.texi (Build Systems): Remove extra 's'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 1081bd1866..e583e8c389 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2556,7 +2556,7 @@ by the @code{#:configure-flags} argument.
@item build
Run @code{make} with the list of flags specified with
-@code{#:make-flags}. If the @code{#:parallel-builds?} argument is true
+@code{#:make-flags}. If the @code{#:parallel-build?} argument is true
(the default), build with @code{make -j}.
@item check