From a38b178625996d68c673344e05e63d1902d86dca Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 14 Jan 2024 21:33:02 -0500 Subject: [PATCH] generalize genders * 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 c653893d..92292d1d 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 f7ff69c1..ef3963e9 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])