2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2025-04-24 16:50:35 +08:00

generalize genders

* HACKING: Change "his" to "their".
* tests/old-m4-iface.at: Change "she" to "they".
This commit is contained in:
Mike Frysinger 2024-01-14 21:33:02 -05:00
parent b80646b7b8
commit a38b178625
2 changed files with 2 additions and 2 deletions

@ -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

@ -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])