diff options
author | Leo Famulari <leo@famulari.name> | 2016-01-12 17:53:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-01-12 17:55:59 -0500 |
commit | 0917e80ea8fb86abd940d022bf7f51f24fd24283 (patch) | |
tree | ced1a5eff115cda42b76927caaedacdc1673b4b1 /doc/guix.texi | |
parent | c91d3fb7f4f754b56b540d8556d6a3ce6085ef37 (diff) | |
download | patches-0917e80ea8fb86abd940d022bf7f51f24fd24283.tar patches-0917e80ea8fb86abd940d022bf7f51f24fd24283.tar.gz |
doc: Fix typo in "Build Systems".
* doc/guix.texi (Build Systems): Remove extra 's'.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
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 |