doc: Fix typo in "Build Systems".

* doc/guix.texi (Build Systems): Remove extra 's'.
master
Leo Famulari 2016-01-12 17:53:11 -05:00
parent c91d3fb7f4
commit 0917e80ea8
1 changed files with 1 additions and 1 deletions

View File

@ -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