diff mbox series

[bug#48873] doc: Pluralize "package."

Message ID 20210606130650.6688-1-kraai@ftbfs.org
State Accepted
Headers show
Series [bug#48873] doc: Pluralize "package." | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Matthew James Kraai June 6, 2021, 1:06 p.m. UTC
* doc/contributing.texi (Submitting Patches): Pluralize "package."
---
 doc/contributing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tobias Geerinckx-Rice June 6, 2021, 1:17 p.m. UTC | #1
Matthew James Kraai 写道:
> * doc/contributing.texi (Submitting Patches): Pluralize 
> "package."

Thanks!  Pushed as f7331f06dbabd855ac536ff0ec367bb5e25ea959.

T G-R
diff mbox series

Patch

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 87719a4bbe..fa8c0cf3ba 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1063,7 +1063,7 @@  and which optional dependencies should be used.  In particular, avoid adding
 the @code{texlive-tiny} package or @code{texlive-union} procedure instead.
 
 @item
-For important changes, check that dependent package (if applicable) are
+For important changes, check that dependent packages (if applicable) are
 not affected by the change; @code{guix refresh --list-dependent
 @var{package}} will help you do that (@pxref{Invoking guix refresh}).