]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
generalize genders
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 02:33:02 +0000 (21:33 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jan 2024 02:35:02 +0000 (21:35 -0500)
* HACKING: Change "his" to "their".
* tests/old-m4-iface.at: Change "she" to "they".

HACKING
tests/old-m4-iface.at

diff --git a/HACKING b/HACKING
index c653893d2dc7fed19fb8905a1a41ce120afc47ed..92292d1d023db34b83caee87a2fc4165635a5256 100644 (file)
--- 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
index f7ff69c1985ebefb5147e36a77f241612f654a92..ef3963e9e19fff5e1f0da0f7fc612d27601d7b41 100644 (file)
@@ -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])