summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-23 14:27:11 -0800
committerKarl Berry <karl@freefriends.org>2022-01-23 14:27:11 -0800
commitb64df48bd97ea9ed3674ad63751e6dccfd458d87 (patch)
treed7ec825148d1e4798067e044c2c4dadcbae1a714 /HACKING
parenta4e22a7bf67fbd0b08781e7f23ba6a7cc2c0a173 (diff)
downloadautomake-b64df48bd97ea9ed3674ad63751e6dccfd458d87.tar.gz
doc: singular/plural agreement, since it's easy.
* HACKING: singular/plural agreement. * t/README: likewise.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 3 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 2a0894046..4ee6ab3cc 100644
--- a/HACKING
+++ b/HACKING
@@ -24,8 +24,9 @@
the short url form, like https://bugs.gnu.org/1234. See section below
about commit messages.
-* If somebody reports a new bug, mention their name in the commit message
- that fixes or exposes the bug, and add a line for them in THANKS.
+* If a person or people report a new bug, mention their name(s) in the
+ commit message that fixes or exposes the bug, and add a line for them
+ in THANKS.
* When documenting a non-trivial idiom or example in the manual, be
sure to add a test case for it, and to reference such test case from