groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/10: [eqn]: Fix typo in generated MathML diagnostic.


From: G. Branden Robinson
Subject: [groff] 01/10: [eqn]: Fix typo in generated MathML diagnostic.
Date: Thu, 7 Apr 2022 19:03:09 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit e4428555a64ba07b39e2f04da3d1d754646919c0
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Apr 8 01:47:49 2022 +1000

    [eqn]: Fix typo in generated MathML diagnostic.
    
    * src/preproc/eqn/other.cpp (hmotion_box::output): Fix typo in generated
      MathML diagnostic message.
---
 ChangeLog                 | 5 +++++
 src/preproc/eqn/other.cpp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 96942214..4e8ffd0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-08  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/preproc/eqn/other.cpp (hmotion_box::output): Fix typo in
+       generated MathML diagnostic message.
+
 2022-04-07  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * doc/doc.am (EXTRA_DIST): Add "groff.dvi" and "groff.pdf" to
diff --git a/src/preproc/eqn/other.cpp b/src/preproc/eqn/other.cpp
index aa1c2b79..1ddc8fbe 100644
--- a/src/preproc/eqn/other.cpp
+++ b/src/preproc/eqn/other.cpp
@@ -653,7 +653,7 @@ void hmotion_box::output()
     p->output();
   }
   else if (output_format == mathml) {
-    printf("<merror>eqn horizontal motion cannot be expessed "
+    printf("<merror>eqn horizontal motion cannot be expressed "
           "in MathML</merror>");
     p->output();
   }



reply via email to

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