texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: ChangeLog, tp/Texinfo/XS/configure.ac: fix typos


From: Patrice Dumas
Subject: branch master updated: ChangeLog, tp/Texinfo/XS/configure.ac: fix typos
Date: Wed, 27 Nov 2024 08:36:11 -0500

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 6f532581c0 ChangeLog, tp/Texinfo/XS/configure.ac: fix typos
6f532581c0 is described below

commit 6f532581c0d3009c702b53cd7fe1294411701f28
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Nov 27 14:34:40 2024 +0100

    ChangeLog, tp/Texinfo/XS/configure.ac: fix typos
---
 ChangeLog                  | 10 +++++-----
 tp/Texinfo/XS/configure.ac |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c13222653e..28d8906993 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
        command-line switch to prefer calling libintl-perl from XS code.  Set
        it if $usable_getenv_in_XS is no.  Use USE_LIBINTL_PERL_IN_XS instead
        of HAVE_USABLE_GETENV_IN_XS in configure_output_strings_translations
-       to determine th edefault for use_external_translate_string.
+       to determine the default for use_external_translate_string.
 
 2024-11-26  Patrice Dumas  <pertusus@free.fr>
 
@@ -60,7 +60,7 @@
 
        * tp/Texinfo/XSLoader.pm (load_libtool_library): add .libs directory
        if Texinfo::ModulePath $texinfo_uninstalled is set or if it is undef
-       when Texinfo::ModulePath has not been called, as is the ase when
+       when Texinfo::ModulePath has not been called, as is the case when
        TestXS is called, as it is not called from a Perl script.
 
 2024-11-23  Patrice Dumas  <pertusus@free.fr>
@@ -120,7 +120,7 @@
 
 2024-11-21  Gavin Smith <gavinsmith0123@gmail.com>
 
-       * tp/Texinfo/XSLoader.pm (load_libtool_library);
+       * tp/Texinfo/XSLoader.pm (load_libtool_library):
        Add directories where loadable objects are expected to
        be found to front of search path rather than the end.
 
@@ -473,7 +473,7 @@
        * tp/Texinfo/XS/convert/ConvertXS.xs
        (html_set_shared_conversion_state, html_get_shared_conversion_state),
        tp/Texinfo/XS/convert/build_html_perl_state.c
-       (build_html_translated_names): do not used perl_only_* wrappers as the
+       (build_html_translated_names): do not use perl_only_* wrappers as the
        files do not include Gnulib headers anymore.
 
 2024-11-16  Gavin Smith <gavinsmith0123@gmail.com>
@@ -773,7 +773,7 @@
        (libxs_in_libtexinfo_la_CPPFLAGS, libtexinfo_la_CPPFLAGS)
        (libtexinfoxs_la_LIBADD), tp/Texinfo/XS/main/call_perl_function.c,
        tp/Texinfo/XS/main/api_to_perl.c: add libxsutils and
-       ibxs_in_libtexinfo convenience libraries to be able to use different
+       libxs_in_libtexinfo convenience libraries to be able to use different
        CPPFLAGS for compiltation.  libxsutils contains only xs_utils and does
        not require any CPPFLAGS.  This allows to avoid including config.h
        directly or indirectly in call_perl_function.c and api_to_perl.c and
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 40c00153e5..9c4a784806 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -213,7 +213,7 @@ AC_ARG_ENABLE([xs-perl-libintl],
       if test $usable_getenv_in_XS = yes ; then
         use_libinlt_perl_in_xs=no
         # TODO add a check of working C libintl gettext for the locale
-        # switching and translated output string retrieveal
+        # switching and translated output string retrieval
       else
         use_libinlt_perl_in_xs=yes
       fi



reply via email to

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