1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Description: Fix some spelling errors in manpage.
Author: Felipe Amorim <debian@felipeamorim.xyz>
Last-Update: 2019-07-19
--- cgvg-1.6.2.orig/cg.1
+++ cgvg-1.6.2/cg.1
@@ -11,7 +11,7 @@ cg \- Recursively grep for a pattern and
does a search though text files (usually source code) recursively
for a pattern, storing matches and displaying the output in a
human-readable fashion. It is intended to give some of the
-functionaly of AT&T's cscope(1) tool, with the advantages of
+functionally of AT&T's cscope(1) tool, with the advantages of
simplicity and not being language-specific. The script will
colorize output if configured as such.
.sp
@@ -76,7 +76,7 @@ Log file of the last search.
.ne 3
.TP
.I ${HOME}/.cgvgrc
-Per-user configuration file (if the defaults are not desireable).
+Per-user configuration file (if the defaults are not desirable).
.ne 3
.TP
.I ${HOME}/.cgvg/*
--- cgvg-1.6.2.orig/vg.1
+++ cgvg-1.6.2/vg.1
@@ -29,7 +29,7 @@ Log file of the last search.
.ne 3
.TP
.I ${HOME}/.cgvgrc
-Per-user configuration file (if the defaults are not desireable).
+Per-user configuration file (if the defaults are not desirable).
.fi
.SH "SEE ALSO"
|