bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #51078] src: Remove repeated words in files


From: Bjarni Ingi Gislason
Subject: [bug #51078] src: Remove repeated words in files
Date: Sat, 20 May 2017 22:50:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?51078>

                 Summary: src: Remove repeated words in files
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Sun 21 May 2017 02:50:25 AM UTC
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 7c09425cceccfaa349988887f2865a0565fb1b87 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sun, 21 May 2017 02:33:42 +0000
Subject: [PATCH] Remove repeated words in files in the "src" directory

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 src/include/font.h              | 2 +-
 src/preproc/eqn/over.cpp        | 2 +-
 src/preproc/grn/hgraph.cpp      | 4 ++--
 src/preproc/refer/TODO          | 2 +-
 src/utils/hpftodit/hpftodit.cpp | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/include/font.h b/src/include/font.h
index 155651a8..beff6525 100644
--- a/src/include/font.h
+++ b/src/include/font.h
@@ -33,7 +33,7 @@ typedef void (*FONT_COMMAND_HANDLER)(const char *,    //
command
 //     `charNNN' denoting a single `char' in the input character set,
 //     `uXXXX' denoting a Unicode character,
 //
-//   - those with a number, referring to the the font-dependent glyph with
+//   - those with a number, referring to the font-dependent glyph with
 //     the given number.
 
 // The statically allocated information about a glyph.
diff --git a/src/preproc/eqn/over.cpp b/src/preproc/eqn/over.cpp
index 339e4539..75c8364f 100644
--- a/src/preproc/eqn/over.cpp
+++ b/src/preproc/eqn/over.cpp
@@ -151,7 +151,7 @@ void over_box::output()
     printf("\\h'\\n[" WIDTH_FORMAT "]u-\\n[" WIDTH_FORMAT "]u/2u'",
           uid, den->uid);
 
-    // print the the denominator
+    // print the denominator
     den->output();
 
   #ifdef USE_Z
diff --git a/src/preproc/grn/hgraph.cpp b/src/preproc/grn/hgraph.cpp
index 01208951..c6e9c5c5 100644
--- a/src/preproc/grn/hgraph.cpp
+++ b/src/preproc/grn/hgraph.cpp
@@ -801,7 +801,7 @@ Paramaterize(int x[],
  | Routine:    PeriodicSpline (h, z, dz, d2z, d3z, npoints)
  |
  | Results:    This routine solves for the cubic polynomial to fit a spline
- |             curve to the the points specified by the list of values. 
+ |             curve to the points specified by the list of values. 
  |             The Curve generated is periodic.  The algorithms for this
  |             curve are from the `Spline Curve Techniques' paper cited
  |             above.
@@ -874,7 +874,7 @@ PeriodicSpline(double h[],  /* paramaterization  */
  | Routine:    NaturalEndSpline (h, z, dz, d2z, d3z, npoints)
  |
  | Results:    This routine solves for the cubic polynomial to fit a spline
- |             curve the the points specified by the list of values.  The
+ |             curve the points specified by the list of values.  The
  |             alogrithms for this curve are from the `Spline Curve
  |             Techniques' paper cited above.
 
*----------------------------------------------------------------------------*/
diff --git a/src/preproc/refer/TODO b/src/preproc/refer/TODO
index 5bbd9bff..0118f8ac 100644
--- a/src/preproc/refer/TODO
+++ b/src/preproc/refer/TODO
@@ -92,7 +92,7 @@ Provide a way to execute a command using a command-line
option.
 
 Option to set the label-spec as a command-line option (-L).
 
-Command to to specify which fields can occur multiple times:
+Command to specify which fields can occur multiple times:
 multiple AE
 
 Command to specify how various fields sort:
diff --git a/src/utils/hpftodit/hpftodit.cpp
b/src/utils/hpftodit/hpftodit.cpp
index 069608df..38a6aed3 100644
--- a/src/utils/hpftodit/hpftodit.cpp
+++ b/src/utils/hpftodit/hpftodit.cpp
@@ -938,7 +938,7 @@ output_charset(const int tfm_type)
             && charcode_name_table[charcode]) {
       char *name = charcode_name_table[charcode]->name;
       // don't warn about Unicode or unnamed glyphs
-      //  that aren't in the the TFM file
+      //  that aren't in the TFM file
       if (tfm_type == UNICODE && !quiet_flag && !equal(name, UNNAMED)
          && !is_uname(name)) {
        fprintf(stderr, "%s: warning: symbol U+%04X (%s",
-- 
2.11.0






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51078>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]