gbranden pushed a commit to branch master
in repository groff.

commit 3623f81ba13b724a6e457d17fe32fa19c5a5235a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Dec 2 01:39:15 2025 -0600

    ChangeLog: Correct errors and fumbled fingerings.
    
    * Fix missing word.
    * Fix typo.
    * Fix misidentified preprocessor symbol used as conditional (see GNU
      Coding Standards, ยง6.8.4 Conditional Changes).
---
 ChangeLog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 284f73d70..112759519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,7 +68,7 @@
        * src/roff/troff/input.cpp: Trivially refactor.  Rename function
        `read_delimited_number()` to `read_delimited_measurement()` to
        reinforce the fact that it reads a measurement (which is, in
-       turn, numeric expression potentially including operators).
+       turn, a numeric expression potentially including operators).
        (read_delimited_number): Rename (overloaded) declarations and
        definitions from these...
        (read_delimited_measurement): ...to these.
@@ -828,7 +828,7 @@
        argument types as above, and rename from the cryptic `tt` and
        `ti` to `transparently` and `as_input`, respectively.
        (charinfo::set_special_translation): Demote argument types as
-       above.  Rename `c` to `cc` ("character code", as abbreivated
+       above.  Rename `c` to `cc` ("character code", as abbreviated
        elsewhere in this file), and `tt` to `transparently`.
        (do_translate): Demote integer arguments `translate_transparent`
        and `translate_input` from `int` to `bool`, and rename them to
@@ -6677,7 +6677,7 @@
        [troff]: Favor C++-style `static_cast` over C-style omnipotent
        casts.
 
-       * src/roff/troff/column.cpp (vjustify_node::same) [0]:
+       * src/roff/troff/column.cpp (vjustify_node::same) [COLUMN]:
        * src/roff/troff/dictionary.cpp (object_dictionary::lookup)
        (object_dictionary::rename, object_dictionary::remove)
        (object_dictionary::alias):

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

Reply via email to