gbranden pushed a commit to branch master
in repository groff.

commit 915f603dc435e1a3f841701be23c828ca71d6536
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Thu Jul 24 11:01:58 2025 -0500

    [ms]: Fix thinko and typo in comment.
    
    Continues commit 27a90c3a1b, 18 July.
---
 doc/groff.texi.in   | 4 ++--
 doc/ms.ms           | 4 ++--
 tmac/groff_ms.7.man | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index ed893b960..0f8cfdbfd 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -4859,8 +4859,8 @@ at the beginning of the document.
 @c Note to document maintainers:
 @c
 @c We use the integral point scaling unit `p` instead of the
-@c typographical point ("scaled point") `z` because this is a register
-@c assignment; the value gets coverted to scaled points automatically.
+@c typographical point `z` because this is a register assignment; the
+@c value gets converted to scaled points automatically.
 @c Observe:
 @c    $ printf '.nr PS 10.5p\n.pnr PS\n' | groff # 1.24 or later
 @c    PS      10500   +0      0
diff --git a/doc/ms.ms b/doc/ms.ms
index be9e7905d..6494e4f8b 100644
--- a/doc/ms.ms
+++ b/doc/ms.ms
@@ -4139,8 +4139,8 @@ at the beginning of the document.
 .\" Note to document maintainers:
 .\"
 .\" We use the integral point scaling unit `p` instead of the
-.\" typographical point ("scaled point") `z` because this is a register
-.\" assignment; the value gets coverted to scaled points automatically.
+.\" typographical point `z` because this is a register assignment; the
+.\" value gets converted to scaled points automatically.
 .\" Observe:
 .\"    $ printf '.nr PS 10.5p\n.pnr PS\n' | groff # 1.24 or later
 .\"    PS      10500   +0      0
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 05f46352c..e41254aee 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -2491,8 +2491,8 @@ at the beginning of the document.
 .\" Note to document maintainers:
 .\"
 .\" We use the integral point scaling unit `p` instead of the
-.\" typographical point ("scaled point") `z` because this is a register
-.\" assignment; the value gets coverted to scaled points automatically.
+.\" typographical point `z` because this is a register assignment; the
+.\" value gets converted to scaled points automatically.
 .\" Observe:
 .\"    $ printf '.nr PS 10.5p\n.pnr PS\n' | groff # 1.24 or later
 .\"    PS      10500   +0      0

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

Reply via email to