summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-02-29 08:11:23 -0800
committerJim Meyering <meyering@fb.com>2020-03-11 11:42:58 -0700
commit7665b8e209888c73ee4dc05256f4f09a703a01e5 (patch)
treeeadd624f3cc1a9814ad24d9f17db2d77b3aec1ed
parent92f4a08b3e76bcb168b60207927dd4e4f50d96ea (diff)
downloadautomake-7665b8e209888c73ee4dc05256f4f09a703a01e5.tar.gz
doc: gender tweak
* HACKING: s/his/their/
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 396e0e990..e8b7034e3 100644
--- a/HACKING
+++ b/HACKING
@@ -20,8 +20,8 @@
If a change fixes a bug registered in the Automake debbugs tracker,
mention the bug number in the commit message.
-* If somebody reports a new bug, mention his name in the commit message
- that fixes or exposes the bug, and put him into THANKS.
+* 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.
* 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