diff options
author | Alex Sassmannshausen <alex.sassmannshausen@gmail.com> | 2014-03-31 20:08:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-31 21:59:14 +0200 |
commit | ef27aa9c8ce45c975944638b534a1413d431bb75 (patch) | |
tree | a7c88502594089952b30c7fdd71a71da8b43603e /doc | |
parent | d4bf49b140bd5cfb3580d2a038679160dc1331b5 (diff) | |
download | guix-ef27aa9c8ce45c975944638b534a1413d431bb75.tar guix-ef27aa9c8ce45c975944638b534a1413d431bb75.tar.gz |
doc: fix typo.
* doc/guix.texi (Substitutes): add a missing 's'.
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 5bd7dbdc8e..3d76f48563 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -979,7 +979,7 @@ This indicates that substitutes from @code{hydra.gnu.org} are usable and will be downloaded, when possible, for future builds. Guix ignores substitutes that are not signed, or that are not signed by -one of the keys listed in the ACL. It also detects and raise an error +one of the keys listed in the ACL. It also detects and raises an error when attempting to use a substitute that has been tampered with. The substitute mechanism can be disabled globally by running |