[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] 02/02: doc: use gender-neutral pronouns in t/README
From: |
Jim Meyering |
Subject: |
[automake-commit] 02/02: doc: use gender-neutral pronouns in t/README |
Date: |
Tue, 18 Jan 2022 06:00:09 -0500 |
meyering pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=928288cb6f5f5e35259d3288020aae329d8ea847
commit 928288cb6f5f5e35259d3288020aae329d8ea847
Author: Matthew Leeds <matthew.leeds@endlessm.com>
AuthorDate: Sun Apr 8 16:07:32 2018 -0500
doc: use gender-neutral pronouns in t/README
* t/README: s/him/them/
---
t/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.