gbranden pushed a commit to branch master
in repository groff.

commit e4428555a64ba07b39e2f04da3d1d754646919c0
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+       * src/preproc/eqn/other.cpp (hmotion_box::output): Fix typo in
+       generated MathML diagnostic message.
+
 2022-04-07  G. Branden Robinson <[email protected]>
 
        * 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();
   }

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to