diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-16 15:37:53 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-16 16:00:21 +0100 |
commit | 6628921a9a1a990e5eb38a99e8250e0ce95d4577 (patch) | |
tree | c74e1300022a705b7148a04319c3beed9d193dd5 /doc | |
parent | 2a5d663bfa519dd51fc4e3a6fafe5a3e4c2a18cf (diff) | |
download | guix-6628921a9a1a990e5eb38a99e8250e0ce95d4577.tar guix-6628921a9a1a990e5eb38a99e8250e0ce95d4577.tar.gz |
doc: Fix typo.
Reported by Nicolas Goaziou.
* doc/guix.texi (Invoking guix archive): 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 2f5749cbfb..17a9a74b2a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2806,7 +2806,7 @@ In particular, it allows store files to be transferred from one machine to the store on another machine. @quotation Note -If you're looking for a way to produce archives in a formatq suitable for +If you're looking for a way to produce archives in a format suitable for tools other than Guix, @pxref{Invoking guix pack}. @end quotation |