gbranden pushed a commit to branch master
in repository groff.

commit e3a74d850e2069dc699d9be5eac076c81f8b61a1
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 27 00:37:06 2025 -0600

    Fix doubled word typos: "to to".
---
 ChangeLog            | 2 +-
 README               | 4 ++--
 doc/groff.texi.in    | 8 ++++----
 man/groff.7.man      | 2 +-
 man/groff_diff.7.man | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d916db7a1..fbdf44027 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3978,7 +3978,7 @@
        * src/preproc/html/pre-html.cpp (get_resolution)
        (get_image_generator): Slightly refactor.  Free `pathp` _after_
        we've looped through all the lines in the file we've opened
-       instead of before.  This is to to prepare for a change where we
+       instead of before.  This is to prepare for a change where we
        pass `pathp` to `get_line()` as a new argument.
 
 2025-07-10  G. Branden Robinson <[email protected]>
diff --git a/README b/README
index 838c6364a..1ff552e38 100644
--- a/README
+++ b/README
@@ -83,8 +83,8 @@ headers for the "uchardet", "Xaw", and "Xmu" libraries (and 
their
 dependencies) assumes that their runtime counterparts remain installed
 to support the groff that is built.
 
-You can view or add to to groff's bug database via its issue tracker on
-the Savannah site (also linked from the groff home page).
+You can view or add to groff's bug database via its issue tracker on the
+Savannah site (also linked from the groff home page).
 
   http://savannah.gnu.org/bugs/?group=groff
 
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index bba859982..3de6b417e 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -1162,13 +1162,13 @@ spooler.
 Search for the macro package @file{@var{mac}.tmac} and read it prior to
 any input.  If not found, @file{tmac.@var{mac}} is attempted.
 @xref{Macro Directories}.  @command{groff} passes @option{-m} options
-and their arguments to to @command{geqn}, @command{grap}, and
+and their arguments to @command{geqn}, @command{grap}, and
 @command{ggrn}.
 
 @item -M @var{dir}
 Search directory @file{@var{dir}} for macro files.  @xref{Macro
 Directories}.  @command{groff} passes @option{-M} options and their
-arguments to to @command{geqn}, @command{grap}, and @command{ggrn}.
+arguments to @command{geqn}, @command{grap}, and @command{ggrn}.
 
 @item -n @var{num}
 Begin numbering pages at @var{num}.  The default is @samp{1}.
@@ -8401,7 +8401,7 @@ considered an ``auto-decrement''.}
 @Defreq {nr, ident value incr}
 @cindex @code{\R}, difference from @code{nr}
 Set register @var{ident} to @var{value} and its auto-incrementation
-amount to to @var{incr}.  The @code{\R} escape sequence doesn't support
+amount to @var{incr}.  The @code{\R} escape sequence doesn't support
 an @var{incr} argument.
 @endDefreq
 
@@ -16049,7 +16049,7 @@ back to the initial drawing position.
 @c XXX: This would be the "STUPID_DRAWING_POSITIONING" complained of in
 @c src/libs/libdriver/input.cpp.  It is neither the rightmost point
 @c of the figure nor the initial drawing position that GNU troff
-@c automatically returned to to close the figure.
+@c automatically returned to close the figure.
 Afterward,
 the drawing position is left at
 (@var{hn}, @var{vn}).
diff --git a/man/groff.7.man b/man/groff.7.man
index 51c882a5a..207966619 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -6417,7 +6417,7 @@ back to the initial drawing position.
 .\" XXX: This would be the "STUPID_DRAWING_POSITIONING" complained of in
 .\" src/libs/libdriver/input.cpp.  It is neither the rightmost point
 .\" of the figure nor the initial drawing position that GNU troff
-.\" automatically returned to to close the figure.
+.\" automatically returned to close the figure.
 Afterward,
 the drawing position is left at
 .RI ( hn ,\~ vn ).
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index c9f247a5b..c74d335c7 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -839,7 +839,7 @@ do not.
 .\" XXX: This would be the "STUPID_DRAWING_POSITIONING" complained of in
 .\" src/libs/libdriver/input.cpp.  It is neither the rightmost point
 .\" of the figure nor the initial drawing position that GNU troff
-.\" automatically returned to to close the figure.
+.\" automatically returned to close the figure.
 Afterward,
 the drawing position is left at
 .RI ( hn ,\~ vn ).

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

Reply via email to