summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-04-08 16:07:32 -0500
committerJim Meyering <meyering@fb.com>2022-01-18 02:56:21 -0800
commit928288cb6f5f5e35259d3288020aae329d8ea847 (patch)
tree7f1fb14e47b76d9980289080323e449545cc913c
parentae8fb00111ba0c4922609cd9beb552fb41b66cc6 (diff)
downloadautomake-928288cb6f5f5e35259d3288020aae329d8ea847.tar.gz
doc: use gender-neutral pronouns in t/README
* t/README: s/him/them/
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index bc69baa6d..3431487e6 100644
--- a/t/README
+++ b/t/README
@@ -223,7 +223,7 @@ Writing test cases
* Use cat or grep or similar commands to display (part of) files that
may be interesting for debugging, so that when a user send a verbose
- output we don't have to ask him for more details. Display stderr
+ output we don't have to ask them for more details. Display stderr
output on the stderr file descriptor. If some redirected command is
likely to fail, display its output even in the failure case, before
exiting.