[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51540] [PATCH] Fix some spelling mistakes in source
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51540] [PATCH] Fix some spelling mistakes in source |
Date: |
Sat, 22 Jul 2017 14:05:54 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?51540>
Summary: [PATCH] Fix some spelling mistakes in source
Project: GNU troff
Submitted by: bjarniig
Submitted on: Sat 22 Jul 2017 06:05:52 PM 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 66aaa863bab516ee3bd819d704bbd52afe4b5427 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sat, 22 Jul 2017 17:59:15 +0000
Subject: [PATCH] Fix some spelling mistakes in source
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
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
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51540>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51540] [PATCH] Fix some spelling mistakes in source,
Bjarni Ingi Gislason <=