diff options
author | Matthew James Kraai <kraai@ftbfs.org> | 2021-06-06 06:06:50 -0700 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-06 15:10:57 +0200 |
commit | f7331f06dbabd855ac536ff0ec367bb5e25ea959 (patch) | |
tree | e182140d2a78b56ee451b1b4bc2f1992a63973e7 /doc | |
parent | ed057e33a559b4d3f89c88c6b6d60cd811579069 (diff) | |
download | guix-f7331f06dbabd855ac536ff0ec367bb5e25ea959.tar guix-f7331f06dbabd855ac536ff0ec367bb5e25ea959.tar.gz |
doc: Pluralize "package."
* doc/contributing.texi (Submitting Patches): Pluralize "package."
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}). |