diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-19 23:51:25 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-19 23:51:25 +0200 |
commit | ffe50737b2c178eba3e810ba1c8dbf90064c9503 (patch) | |
tree | 64e3f9db81296de96fa140d66b3bb3db24198fd1 /doc | |
parent | 4bed8486d4c0a4ff142903b8bc1584ce84767355 (diff) |
doc: Fix a typo.
* doc/guix.texi (Substitute Server Authorization): Fix typo.
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 094d1acd2c..efeb176e3d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3736,7 +3736,7 @@ other substitute server. @cindex access control list (ACL), for substitutes @cindex ACL (access control list), for substitutes To allow Guix to download substitutes from @code{@value{SUBSTITUTE-SERVER-1}}, @code{@value{SUBSTITUTE-SERVER-2}} or a mirror, you -must add the releavnt public key to the access control list (ACL) of archive +must add the relevant public key to the access control list (ACL) of archive imports, using the @command{guix archive} command (@pxref{Invoking guix archive}). Doing so implies that you trust the substitute server to not be compromised and to serve genuine substitutes. |