gbranden pushed a commit to branch master
in repository groff.

commit 8b348fb297a9f9f5e9a344a5439b6beedff3a97a
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Mon May 6 04:10:05 2024 -0500

    [troff]: Fix typo in `pev` request output.
    
    * src/roff/troff/env.cpp (environment::print_env): Fix typo in
      environment report.
---
 ChangeLog              | 5 +++++
 src/roff/troff/env.cpp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9c229e5cd..63a0fb0c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-06  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * src/roff/troff/env.cpp (environment::print_env): Fix typo in
+       environment report.
+
 2024-05-04  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * src/roff/troff/input.cpp (do_if_request): Boolify.  Demote
diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index d3177941e..0e9af19a2 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -3492,7 +3492,7 @@ void environment::print_env()
             line_number_multiple > 1
               ? i_to_a(line_number_multiple) : "",
             line_number_multiple > 1 ? "s" : "");
-    errprint("  lines remaining for which to supress numbering: %1\n",
+    errprint("  lines remaining for which to suppress numbering: %1\n",
             no_number_count);
   }
   string hf = hyphenation_mode ? "on" : "off";

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to