diff mbox series

[bug#47406] doc: Fix typo.

Message ID ee5a97c2dae1f8dc81fa34238ac88f2c69317e05.1616745472.git.public@yoctocell.xyz
State Accepted
Headers show
Series [bug#47406] doc: Fix typo. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Xinglu Chen March 26, 2021, 7:58 a.m. UTC
* doc/guix.texi (Inferiors): Use past tense.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: f21075f039be2afb86f0735f151b94050a3d41bd

Comments

Ludovic Courtès April 1, 2021, 12:19 p.m. UTC | #1
Hi,

Xinglu Chen <public@yoctocell.xyz> skribis:

> * doc/guix.texi (Inferiors): Use past tense.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index c23d044ff5..e9001e8ccd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4692,7 +4692,7 @@ 
 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}