diff options
author | Alírio Eyng <alirioeyng@gmail.com> | 2014-04-09 11:53:13 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-09 22:22:19 +0200 |
commit | 9bf404e9e678a8779a04f552f53994cc5d02656a (patch) | |
tree | 800896d1b1a39bc11e5357567a13ffe9a91b546a /doc | |
parent | be0d8af8225d7eb7cae2db3bd625ed8831236bff (diff) | |
download | patches-9bf404e9e678a8779a04f552f53994cc5d02656a.tar patches-9bf404e9e678a8779a04f552f53994cc5d02656a.tar.gz |
doc: Expect to fix typo.
* doc/guix.texi (Build Systems): "except" it is.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-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 ebd1ff5416..f8d71fdace 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1543,7 +1543,7 @@ The list of phases used for a particular package can be changed with the #:phases (alist-delete 'configure %standard-phases) @end example -means that all the phases described above will be used, expect the +means that all the phases described above will be used, except the @code{configure} phase. In addition, this build system ensures that the ``standard'' environment |