doc: Fix typo in "Build Systems".
* doc/guix.texi (Build Systems): Remove extra 's'.
This commit is contained in:
parent
c91d3fb7f4
commit
0917e80ea8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue