[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] generalize genders
|
From: |
Mike Frysinger |
|
Subject: |
[PATCH] generalize genders |
|
Date: |
Sun, 14 Jan 2024 21:36:59 -0500 |
* HACKING: Change "his" to "their".
* tests/old-m4-iface.at: Change "she" to "they".
---
HACKING | 2 +-
tests/old-m4-iface.at | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HACKING b/HACKING
index c653893d2dc7..92292d1d023d 100644
--- a/HACKING
+++ b/HACKING
@@ -17,7 +17,7 @@ and is not part of a release distribution.
* If a change fixes a test, mention the test in the git log entry.
-* If somebody reports a new bug, mention his name in the git log entry
+* If somebody reports a new bug, mention their name in the git log entry
and in the test case you write.
* The correct response to most actual bugs is to write a new test case
diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at
index f7ff69c1985e..ef3963e9e19f 100644
--- a/tests/old-m4-iface.at
+++ b/tests/old-m4-iface.at
@@ -93,7 +93,7 @@ LT_AT_BOOTSTRAP([ignore], [ignore], [ignore], [ignore],
[--force])
LT_AT_EXEC_CHECK([./old], 0, [Hello, World!])
# Now, test that libtoolize doesn't mistakenly think the user called
-# any libtool macros if in fact she didn't.
+# any libtool macros if in fact they didn't.
$SED '/AM_PROG_LIBTOOL/d' configure.in >configure.int
mv -f configure.int configure.in
AT_CHECK([$LIBTOOLIZE -n], [0], [stdout], [stderr])
--
2.43.0
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] generalize genders,
Mike Frysinger <=