[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/20: ChangeLog: Fix typo and wordo.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/20: ChangeLog: Fix typo and wordo. |
Date: |
Mon, 21 Oct 2024 20:14:50 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit b4645978385d3e12c3de3fb40075c86b5827cea1
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 18 10:20:40 2024 -0500
ChangeLog: Fix typo and wordo.
Also tweak wording of old entry.
---
ChangeLog | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d0c52480b..975f18d78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,7 @@
* src/devices/xditview/xditview.c (NewFile): Fix code style
nits. Promote repeated expression to temporary variable.
`sizeof` is an operator, not a function, so don't parenthesize
- its parameter when it's an lvalue (as opposed to a type name).
+ its operand when it's an lvalue (as opposed to a type name).
2024-08-12 Lukas Javorsky <ljavorsk@redhat.com>
@@ -60,7 +60,7 @@
`was_any_page_in_output_list` tracks this datum; defaults false.
(troff_output_file::trailer): When finishing up, don't write a
"trailer" grout command (and vertical motion) if no page ever
- began. Insted, throw a warning in category `range`.
+ began. Instead, throw a warning in category `range`.
(real_output_file::begin_page): Make
`was_any_page_in_output_list` true if any page is written.
@@ -1536,7 +1536,7 @@
`want_att_compat` onto the stack before invoking/calling the
named request/macro, and pop it afterwards.
(class enclosing_want_att_compat_reg): Add new class to handle
- dynamic construction of `.cp` register value. I modeled the
+ dynamic construction of `.cp` register value. I based the
approach on an idiom heavily used in "env.cpp", where read-only
registers are not modeled as accessors of C++ globals, because
they interpolate per-environment state.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/20: ChangeLog: Fix typo and wordo.,
G. Branden Robinson <=