From 33ebb3b14e3359f73dd0c5b42dfbecfadbf5effc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= <[email protected]>
Date: Wed, 9 Apr 2014 11:53:13 +0000
Subject: [PATCH] doc: Expect to fix typo.
* doc/guix.texi (Build Systems): "except" it is.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index ebd1ff5..f8d71fd 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
--
1.8.4