File: typos.patch

package info (click to toggle)
lgrind 3.67-9
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: ansic: 2,261; makefile: 96; asm: 75; sh: 28
file content (53 lines) | stat: -rw-r--r-- 1,911 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Author: Andreas Beckmann <anbe@debian.org>
Description: fix typos and adjust paths for Debian

--- a/source/lgrind.1
+++ b/source/lgrind.1
@@ -24,7 +24,7 @@ italics, and strings in typewriter font.
 appear in the right margin (every 10 lines).
 .PP
 LGrind processes its input file(s) and writes the result to standard
-output.  This output can be saved for later editting, inclusion in a
+output.  This output can be saved for later editing, inclusion in a
 larger document, etc.
 .PP
 The options are:
@@ -201,13 +201,13 @@ Doing a \fIreally\fP good job would requ
 .IP "\fC/usr/bin/lgrind\fP"
 Executable
 .PP
-.IP "\fC/usr/doc/lgrind/lgrind.dvi\fP"
+.IP "\fC/usr/share/doc/lgrind/lgrind.dvi.gz\fP"
 Documentation
 .PP
-.IP "\fC/usr/lib/texmf/tex/latex/lgrind/lgrind.sty\fP"
+.IP "\fC/usr/share/texmf/tex/latex/lgrind/lgrind.sty\fP"
 LaTeX style file
 .PP
-.IP "\fC/usr/lib/texmf/tex/latex/lgrind/lgrindef\fP"
+.IP "\fC/usr/share/texmf/tex/latex/lgrind/lgrindef\fP"
 Language descriptions
 .PP
 .SH AUTHORS
--- a/source/lgrindef.5
+++ b/source/lgrindef.5
@@ -122,7 +122,7 @@ Regular expression for the start of a st
 Regular expression for the end of a string
 .TP
 .B rb	\fRstr
-Regular expression for the end of a block outside a funtion
+Regular expression for the end of a block outside a function
 (e. g. records in Pascal and Modula-2)
 .TP
 .B tb	\fRstr
--- a/source/lgutil.c
+++ b/source/lgutil.c
@@ -92,7 +92,7 @@ void Internal_Help_Language_List()
 
 	printf("When specifying a language case is insignificant. You can use the\n");
 	printf("name of the language, or, where available, one of the synonyms in\n");
-	printf("parantheses. Thus the following are legal and mark Tcl/Tk, Pascal\n");
+	printf("parentheses. Thus the following are legal and mark Tcl/Tk, Pascal\n");
 	printf("and Fortran input, respectively:\n");
 	printf("   lgrind -ltcl/tk ...\n");
 	printf("   lgrind -lpaSCAL ...\n");