]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: use gender-neutral pronouns in t/README
authorMatthew Leeds <matthew.leeds@endlessm.com>
Sun, 8 Apr 2018 21:07:32 +0000 (16:07 -0500)
committerJim Meyering <meyering@fb.com>
Tue, 18 Jan 2022 10:56:21 +0000 (02:56 -0800)
* t/README: s/him/them/

t/README

index bc69baa6df4fc7e13627aa14a5277c4dea58accf..3431487e6acff4252c246b801a920021b64be4f2 100644 (file)
--- 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.