summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-03-26 08:58:35 +0100
committerLudovic Courtès <ludo@gnu.org>2021-04-01 14:58:54 +0200
commitbc1148480de4da7c03e7c35caa68c6eebea665fd (patch)
tree956185e939fc856c3019779dcb3b09ec9c07612d /doc
parent5e4ddfb5374fc6b0aad6aa19b2c7a09b012c68e6 (diff)
doc: Fix typo.
* doc/guix.texi (Inferiors): Use past tense. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5814dd97d5..da18b45cf9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4703,7 +4703,7 @@ these procedures.
Inferior packages can be used transparently like any other package or
file-like object in G-expressions (@pxref{G-Expressions}). They are also
transparently handled by the @code{packages->manifest} procedure, which is
-commonly use in manifests (@pxref{Invoking guix package, the
+commonly used in manifests (@pxref{Invoking guix package, the
@option{--manifest} option of @command{guix package}}). Thus you can insert
an inferior package pretty much anywhere you would insert a regular package:
in manifests, in the @code{packages} field of your @code{operating-system}