bugGNU roff - Bugs: bug #51540, [PATCH] Fix some spelling mistakes...

 
 

bug #51540: [PATCH] Fix some spelling mistakes in source

Submitter:  Bjarni Ingi Gislason <bjarniig>
Submitted:  Sat 22 Jul 2017 06:05:52 PM UTC
   
 
Category:  General Severity:  2 - Minor
Item Group:  Lint Status:  Fixed
Privacy:  Public Assigned to:  gbranden
Open/Closed:  Closed Planned Release:  1.22.4
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 22 Jan 2022 07:32:59 AM UTC, comment #1: 


commit e948c52223ef926ba53c2c34ed2c006217812031
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date:   Wed Nov 1 01:32:31 2017 -0400

    Fix some spelling mistakes.

    Fixes Savannah #51540.

    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
    Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>


G. Branden Robinson <gbranden>
Group administrator
Sat 22 Jul 2017 06:05:52 PM UTC, original submission:  


From 66aaa863bab516ee3bd819d704bbd52afe4b5427 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Date: Sat, 22 Jul 2017 17:59:15 +0000
Subject: [PATCH] Fix some spelling mistakes in source

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 src/preproc/grn/hgraph.cpp | 2 +-
 src/preproc/grn/main.cpp   | 2 +-
 src/roff/grog/subs.pl      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/preproc/grn/hgraph.cpp b/src/preproc/grn/hgraph.cpp
index c6e9c5c5..723dc4c4 100644
--- a/src/preproc/grn/hgraph.cpp
+++ b/src/preproc/grn/hgraph.cpp
@@ -875,7 +875,7 @@ PeriodicSpline(double h[],        /* paramaterization  */
  |
  | Results:        This routine solves for the cubic polynomial to fit a spline
  |                curve the points specified by the list of values.  The
- |                alogrithms for this curve are from the `Spline Curve
+ |                algorithms for this curve are from the `Spline Curve
  |                Techniques' paper cited above.
  *----------------------------------------------------------------------------*/

diff --git a/src/preproc/grn/main.cpp b/src/preproc/grn/main.cpp
index a30da330..dd9c4d0b 100644
--- a/src/preproc/grn/main.cpp
+++ b/src/preproc/grn/main.cpp
@@ -842,7 +842,7 @@ interpret(char *line)
   stipplecommand:                /* set stipple name */
     stipple = (char *) malloc(strlen(str2) + 1);
     strcpy(stipple, str2);
-    /* if its a `known' font (currently only `cf'), set indicies    */
+    /* if its a `known' font (currently only `cf'), set indices    */
     if (strcmp(stipple, "cf") == 0)
       defstipple_index = cf_stipple_index;
     else
diff --git a/src/roff/grog/subs.pl b/src/roff/grog/subs.pl
index 7290d78f..3aae0190 100644
--- a/src/roff/grog/subs.pl
+++ b/src/roff/grog/subs.pl
@@ -1233,7 +1233,7 @@ names, even if they start with a `-' character.

 -C                compatibility mode
 --ligatures        include options `-P-y -PU' for internal font, which
-                preserverses the ligatures like `fi'
+                preserves the ligatures like `fi'
 --run                run the checked-out groff command
 --warnings        display more warnings to standard error

--
2.13.2


Bjarni Ingi Gislason <bjarniig>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gbranden (Updated the item)
  • -email is unavailable- added by bgarrigues (Updated the item)
  • -email is unavailable- added by bjarniig (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-01-22 gbranden CategoryNone General
        Item GroupNone Lint
        Planned ReleaseNone 1.22.4
    2018-07-02 bgarrigues Open/ClosedOpen Closed
    2017-11-01 gbranden StatusNone Fixed
        Assigned toNone gbranden
    2017-09-01 bgarrigues Severity3 - Normal 2 - Minor

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code