From: Antonin Décimo Date: Thu, 23 Nov 2023 08:44:21 +0000 (+0100) Subject: Fix various typos X-Git-Tag: v2.5.0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd8ab0cbd36a154c6c27dbf22a56f3f7068ca3d6;p=thirdparty%2Flibtool.git Fix various typos * NEWS: Fix various typos. * NO-THANKS, README.md, TODO, bootstrap, bootstrap.conf, build-aux/edit-readme-alpha, build-aux/git-log-fix, build-aux/ltmain.in, doc/libtool.texi, libltdl/libltdl/lt_error.h, libltdl/lt__argz.c, libltdl/ltdl.c, libtoolize.in, tests/depdemo.at, tests/link-order.at: Likewise. * cfg.mk (old_NEWS_hash): Update. Copyright-paperwork-exempt: Yes --- diff --git a/NEWS b/NEWS index 5c0b614e6..7750430ae 100644 --- a/NEWS +++ b/NEWS @@ -739,7 +739,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 @@ -749,7 +749,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 288b39eb9..b06cb7129 100644 --- a/NO-THANKS +++ b/NO-THANKS @@ -65,7 +65,7 @@ Todd Vierling tv@netbsd.org Vincent Torri vtorri@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 McRae allan@archlinux.org diff --git a/README.md b/README.md index fa6168af2..e0039cc47 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 2c50fece3..33b533533 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 8e0b5e832..3f8e0101e 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. ## ================================================================== ## @@ -192,7 +192,7 @@ extra_locale_categories= # Additional xgettext options to use. Gnulib might provide you with an # extensive list of additional options to append to this, but gettext -# 0.16.1 and newer appends them automaticaly, so you can safely ignore +# 0.16.1 and newer appends them automatically, so you can safely ignore # the complaints from 'gnulib-tool' if your $configure_ac states: # # AM_GNU_GETTEXT_VERSION([0.16.1]) @@ -752,7 +752,7 @@ func_require_term_colors () # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is - # useable or anything else if it does not work. + # usable or anything else if it does not work. test -z "$_G_HAVE_PLUSEQ_OP" \ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ && _G_HAVE_PLUSEQ_OP=yes @@ -902,7 +902,7 @@ eval 'func_dirname () # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. -# value retuned in "$func_basename_result" +# value returned in "$func_basename_result" # For efficiency, we do not delegate to the functions above but instead # duplicate the functionality here. eval 'func_dirname_and_basename () @@ -1060,7 +1060,7 @@ func_mkdir_p () # While some portion of DIR does not yet exist... while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited - # list incase some portion of path contains whitespace. + # list in case some portion of path contains whitespace. _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done @@ -5082,7 +5082,7 @@ func_get_version () _G_app=$1 # Rather than uncomment the sed script in-situ, strip the comments - # programatically before passing the result to $SED for evaluation. + # programmatically before passing the result to $SED for evaluation. sed_get_version=`$ECHO '# extract version within line s|.*[v ]\{1,\}\([0-9]\{1,\}\.[.a-z0-9-]*\).*|\1| t done diff --git a/bootstrap.conf b/bootstrap.conf index bc91a67f8..808321a08 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -24,7 +24,7 @@ ## -------------------------------- ## -## User overrideable command paths. ## +## User overridable command paths. ## ## -------------------------------- ## : "${MAKE=make}" @@ -268,7 +268,7 @@ func_add_hook func_fini libtool_readme_release_package_substitutions # not changing the timestamp of config-h.in unless the file contents # are updated. Unfortunately config-h.in depends on aclocal.m4, which # *is* updated, so running 'libtoolize --ltdl=. && configure && make' -# causes autoheader to be called... undesireable for users that do not +# causes autoheader to be called... undesirable for users that do not # have it! Fudge the timestamp to prevent that: libtool_fudge_timestamps () { diff --git a/build-aux/edit-readme-alpha b/build-aux/edit-readme-alpha index 0ea883aab..4f0922d02 100755 --- a/build-aux/edit-readme-alpha +++ b/build-aux/edit-readme-alpha @@ -23,7 +23,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #### -# We used to maintain separate (but extremely similiar!) README and +# We used to maintain separate (but extremely similar!) README and # README.alpha files, and had 'make dist' include the right one in a # distribution based on the contests of '$(VERSION)'. # diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix index af02b0d1d..52d719d58 100644 --- a/build-aux/git-log-fix +++ b/build-aux/git-log-fix @@ -255,7 +255,7 @@ cf86b942c893da74d6e9faf0125364a9f114ea01 # Date: Tue Aug 21 21:06:45 2012 -0500 # Add category tag to summary line. s|\n(Add )|\nlibtool: $1|; -# Spell Report attribtution correctly. +# Spell Report attribution correctly. s|Thanks to (.*) for .*\n|Reported by $1.\n| 9b726f35db98da01a7edaf143788cba2c2ae900a diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index f2cede828..9f4889f42 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -3880,7 +3880,7 @@ EOF { /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX namespace, but it is not one of the ones we know about and - have already dealt with, above (inluding dump-script), then + have already dealt with, above (including dump-script), then report an error. Otherwise, targets might begin to believe they are allowed to use options in the LTWRAPPER_OPTION_PREFIX namespace. The first time any user complains about this, we'll diff --git a/cfg.mk b/cfg.mk index 8bec88133..ff6ad6b0d 100644 --- a/cfg.mk +++ b/cfg.mk @@ -32,7 +32,7 @@ update-release-year: m4/libtool.m4 # Set format of NEWS. -old_NEWS_hash := 3e6638705e1c1ac7104260815a46c7bd +old_NEWS_hash := cee442f628bc31384f4a830f2bded8eb manual_title = Portable Dynamic Shared Object Management diff --git a/doc/libtool.texi b/doc/libtool.texi index 164ada07a..ba2e99809 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2457,7 +2457,7 @@ system, this variable can be used to modify that path list, as follows (@code{LT_SYS_LIBRARY_PATH} is a colon-delimited list like @code{PATH}): @itemize @bullet @item @code{path:} -The heuristically determined paths will be appened after the trailing +The heuristically determined paths will be appended after the trailing colon; @item @code{:path} The heuristically determined paths will be prepended before the leading diff --git a/libltdl/libltdl/lt_error.h b/libltdl/libltdl/lt_error.h index 2521b9b0b..90e19ee5b 100644 --- a/libltdl/libltdl/lt_error.h +++ b/libltdl/libltdl/lt_error.h @@ -41,7 +41,7 @@ LT_BEGIN_C_DECLS this way allows us to expand the macro in different contexts with confidence that the enumeration of symbolic names will map correctly onto the table of error strings. \0 is appended to the strings to - expilicitely initialize the string terminator. */ + explicitly initialize the string terminator. */ #define lt_dlerror_table \ LT_ERROR(UNKNOWN, "unknown error\0") \ LT_ERROR(DLOPEN_NOT_SUPPORTED, "dlopen support not available\0") \ diff --git a/libltdl/lt__argz.c b/libltdl/lt__argz.c index 8aea22233..ba6c69221 100644 --- a/libltdl/lt__argz.c +++ b/libltdl/lt__argz.c @@ -156,7 +156,7 @@ argz_insert (char **pargz, size_t *pargz_len, char *before, const char *entry) return ENOMEM; /* Make BEFORE point to the equivalent offset in ARGZ that it - used to have in *PARGZ incase realloc() moved the block. */ + used to have in *PARGZ in case realloc() moved the block. */ before = argz + offset; /* Move the ARGZ entries starting at BEFORE up into the new diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index db4905de1..c34ce325b 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -1665,7 +1665,7 @@ lt_dlopenadvise (const char *filename, lt_dladvise advise) || !advise->try_ext || has_library_ext (filename)) { - /* Just incase we missed a code path in try_dlopen() that reports + /* Just in case we missed a code path in try_dlopen() that reports an error, but forgot to reset handle... */ if (try_dlopen (&handle, filename, NULL, advise) != 0) return 0; @@ -1969,7 +1969,7 @@ lt_dlclose (lt_dlhandle handle) cur->info.ref_count--; /* Note that even with resident modules, we must track the ref_count - correctly incase the user decides to reset the residency flag + correctly in case the user decides to reset the residency flag later (even though the API makes no provision for that at the moment). */ if (cur->info.ref_count <= 0 && !LT_DLIS_RESIDENT (cur)) diff --git a/libtoolize.in b/libtoolize.in index 4c0c6cfbc..631069418 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -516,7 +516,7 @@ func_serial_max () my_sed_rest='s/^[0-9][1-9]*\.*//' my_sed_digits='s/[^0-9.]//g' - # Incase they turn out to be the same, we'll set it to empty + # In case they turn out to be the same, we'll set it to empty func_serial_max_result= test "X$1$2" = X`$ECHO "$1$2" | $SED "$my_sed_digits"` || { @@ -682,7 +682,7 @@ func_serial_update () func_notquiet_hdr "$my_msg_var" "'$my_destfile' is already up to date." fi - # Do this after the copy for hand maintained 'aclocal.m4', incase + # Do this after the copy for hand maintained 'aclocal.m4', in case # it has 'm4_include([DESTFILE])', so the copy effectively already # updated 'aclocal.m4'. my_included_files=`func_included_files aclocal.m4` diff --git a/tests/depdemo.at b/tests/depdemo.at index af0fad33e..6a7e184da 100644 --- a/tests/depdemo.at +++ b/tests/depdemo.at @@ -132,7 +132,7 @@ int main (int argc, char **argv) } ]]) -# Create 4 directorys of mostly identical files. +# Create 4 directories of mostly identical files. for i in 1 2 3 4; do mkdir l$i diff --git a/tests/link-order.at b/tests/link-order.at index 659ac7049..c4c023853 100644 --- a/tests/link-order.at +++ b/tests/link-order.at @@ -50,7 +50,7 @@ for i in old new; do cat >src/a_$i.c <src/b_$i.c <