[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix typo in "Build Systems".
From: |
Leo Famulari |
Subject: |
01/01: doc: Fix typo in "Build Systems". |
Date: |
Tue, 12 Jan 2016 22:57:02 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 0917e80ea8fb86abd940d022bf7f51f24fd24283
Author: Leo Famulari <address@hidden>
Date: Tue Jan 12 17:53:11 2016 -0500
doc: Fix typo in "Build Systems".
* doc/guix.texi (Build Systems): Remove extra 's'.
---
doc/guix.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 1081bd1..e583e8c 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
address@hidden:make-flags}. If the @code{#:parallel-builds?} argument is true
address@hidden:make-flags}. If the @code{#:parallel-build?} argument is true
(the default), build with @code{make -j}.
@item check