libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: generalize genders


From: Mike Frysinger
Subject: branch master updated: generalize genders
Date: Sun, 14 Jan 2024 21:37:18 -0500

This is an automated email from the git hooks/post-receive script.

vapier pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new a38b1786 generalize genders
a38b1786 is described below

commit a38b178625996d68c673344e05e63d1902d86dca
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sun Jan 14 21:33:02 2024 -0500

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]