[PATCH 1/3] Fix typos

2023-11-23 Thread Antonin Décimo
Copyright-paperwork-exempt: Yes
---
 NEWS|  4 ++--
 NO-THANKS   |  2 +-
 README.md   |  2 +-
 TODO|  6 +++---
 bootstrap   | 12 ++--
 bootstrap.conf  |  4 ++--
 build-aux/edit-readme-alpha |  2 +-
 build-aux/git-log-fix   |  2 +-
 build-aux/ltmain.in |  2 +-
 doc/libtool.texi|  4 ++--
 libltdl/libltdl/lt_error.h  |  2 +-
 libltdl/lt__argz.c  |  2 +-
 libltdl/ltdl.c  |  4 ++--
 libtoolize.in   |  4 ++--
 m4/libtool.m4   |  8 
 tests/depdemo.at|  2 +-
 tests/link-order.at |  4 ++--
 17 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/NEWS b/NEWS
index c853d7db..215072fa 100644
--- a/NEWS
+++ b/NEWS
@@ -736,7 +736,7 @@ New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team:
   libraries from dlpreopened modules.
 * libtoolize installs libtool.m4, (ltdl.m4 if used,) and various supporting
   m4 definitions to AC_CONFIG_MACRO_DIR.
-* Mode inferrence removed, shorthand for choosing modes added.
+* Mode inference removed, shorthand for choosing modes added.
 * Specifying -allow-undefined is now an error.
 * Speed up max_cmd_len check.
 * libltdl can now preopen modules from within a library, and libtool will
@@ -746,7 +746,7 @@ New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team:
   by module name.
 * New function in libltdl: lt_dlpreload_open opens all preloaded modules.
 * libltdl no longer loads shared libraries with global symbol resolution,
-  this caused problems when the symbols were intended to be overriden further
+  this caused problems when the symbols were intended to be overridden further
   up the stack; it is also not recommended practice.
 * New function in libltdl: lt_dlhandle_first, primes handle iterations (using
   lt_dlhandle_next) to filter by module interface.
diff --git a/NO-THANKS b/NO-THANKS
index 288b39eb..b06cb712 100644
--- a/NO-THANKS
+++ b/NO-THANKS
@@ -65,7 +65,7 @@ Todd Vierling t...@netbsd.org
 Vincent Torri  vto...@univ-evry.fr
 ##
 ## Add bug reporters, patch Authors you forgot to attribute at commit
-## time with 'git commit --author=...' and other non-patch contributers
+## time with 'git commit --author=...' and other non-patch contributors
 ## below:
 ##
 Allan McRaeal...@archlinux.org
diff --git a/README.md b/README.md
index 0984306c..a3d600e1 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ send the file `tests/testsuite.log` to the [bug mailing 
list][].
   - Any prerequisites of the above (such as m4, perl, tex)
 
   Note that these bootstrapping dependencies are much stricter than
-  those required to use a destributed release for your own packages.
+  those required to use a distributed release for your own packages.
   After installation, GNU Libtool is designed to work either standalone,
   or optionally with:
   - Autoconf 2.59 or later
diff --git a/TODO b/TODO
index e915ac97..80931eda 100644
--- a/TODO
+++ b/TODO
@@ -114,7 +114,7 @@ GNU Libtool
 
 * Need to finalize the documentation, and give a specification of
   '.la' files so that people can depend on their format.  This would be
-  a good thing to put before the maintainance notes.
+  a good thing to put before the maintenance notes.
 
 * Document the installed 'libtool' and its limitations clearly (maybe implement
   --disable-script-install as well).  Or, even better, remove its limitations.
@@ -285,7 +285,7 @@ GNU Libtool
 cygwin, or unix.  Worse, you can't really do a set of
 {msys|cygwin|unix}_to_central_unixish that isn't simply a no-op -- because
 (A) they already are all unixish, and (B) what tool would you use? How 
would
-the later to_mingw function "know" how to covert this new representation to
+the later to_mingw function "know" how to convert this new representation 
to
 mingw.  So, {msys|cygwin|unix}_to_central_unixish would simply be a no-op
 and central_unixish_to_mingw would still do all the work (with its guts
 customized based on $build).
@@ -303,7 +303,7 @@ GNU Libtool
 So...I don't think it makes much difference *right now* in the amount of
 code required, or the number of functions implemented. At some point in the
 future we might want to generalize to an M+N scheme.  For the existing 
win32
-$hosts, all of the funtionality would be on "one side" of the 2-step
+$hosts, all of the functionality would be on "one side" of the 2-step
 conversion; the "other side" would be noop.  But we won't worry about the
 implicit quadratic complexity of the existing scheme for now.
 
diff --git a/bootstrap b/bootstrap
index 8e0b5e83..3f8e0101 100755
--- a/bootstrap
+++ b/bootstrap
@@ -53,7 +53,7 @@
 #
 # See gl/doc/bootstrap.texi for documentation on how to write
 # a bootstrap.conf to customize it for your project's
-# idiosyncracies.
+# idiosyncrasies.
 

Re: [PATCH 1/3] Fix typos

2024-01-16 Thread Mike Frysinger
merged, but please write ChangeLog entries in the commit message
-mike


signature.asc
Description: PGP signature


Re: [PATCH 1/3] Fix typos

2024-01-16 Thread Mike Frysinger
On 16 Jan 2024 17:59, Mike Frysinger wrote:
> merged, but please write ChangeLog entries in the commit message

i had to revert the changes to "bootstrap" as that isn't maintained here.
you'll want to send those fixes to that upstream:
https://github.com/gnulib-modules/bootstrap
-mike


signature.asc
Description: PGP signature