texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/ext/tex4ht.pm (tex4ht_prepare): fix typo in


From: Patrice Dumas
Subject: branch master updated: * tp/ext/tex4ht.pm (tex4ht_prepare): fix typo in error messages.
Date: Wed, 19 Oct 2022 13:43:09 -0400

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 2ed28b382b * tp/ext/tex4ht.pm (tex4ht_prepare): fix typo in error 
messages.
2ed28b382b is described below

commit 2ed28b382badfbcc858cfedee8e20771419bf4ea
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Oct 19 19:42:57 2022 +0200

    * tp/ext/tex4ht.pm (tex4ht_prepare): fix typo in error messages.
---
 ChangeLog        | 4 ++++
 tp/ext/tex4ht.pm | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9b247a7d84..43f895c06f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-19  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/ext/tex4ht.pm (tex4ht_prepare): fix typo in error messages.
+
 2022-10-19  Patrice Dumas  <pertusus@free.fr>
 
        * doc/texinfo.texi (@command{texi2html}): add customization that
diff --git a/tp/ext/tex4ht.pm b/tp/ext/tex4ht.pm
index 928d38309b..69047f8539 100644
--- a/tp/ext/tex4ht.pm
+++ b/tp/ext/tex4ht.pm
@@ -119,7 +119,7 @@ sub tex4ht_prepare($$)
   my $math_conversion = $self->get_conf('T4H_MATH_CONVERSION');
   if (defined($math_conversion) and !$formats{$math_conversion}) {
     $self->document_error($self,
-         sprintf(__("tex4ht.pm: unknown converstion type for math: %s"),
+         sprintf(__("tex4ht.pm: unknown conversion type for math: %s"),
                                       $math_conversion));
     $math_conversion = undef;
   }
@@ -128,7 +128,7 @@ sub tex4ht_prepare($$)
   my $tex_conversion = $self->get_conf('T4H_TEX_CONVERSION');
   if (defined($tex_conversion) and !$formats{$tex_conversion}) {
     $self->document_error($self,
-         sprintf(__("tex4ht.pm: unknown converstion type for \@tex: %s"),
+         sprintf(__("tex4ht.pm: unknown conversion type for \@tex: %s"),
                                       $tex_conversion));
     $tex_conversion = undef;
   }
@@ -137,7 +137,7 @@ sub tex4ht_prepare($$)
   my $latex_conversion = $self->get_conf('T4H_LATEX_CONVERSION');
   if (defined($latex_conversion) and !$formats{$latex_conversion}) {
     $self->document_error($self,
-         sprintf(__("tex4ht.pm: unknown converstion type for \@latex: %s"),
+         sprintf(__("tex4ht.pm: unknown conversion type for \@latex: %s"),
                                       $latex_conversion));
     $latex_conversion = undef;
   }



reply via email to

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