File: 030_spelling.patch

package info (click to toggle)
proxycheck 0.49a-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: ansic: 4,461; sh: 472; makefile: 132
file content (37 lines) | stat: -rw-r--r-- 1,447 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
Subject: Spelling correction
From: Al Nikolov <clown@debian.org>
Index: proxycheck/proxycheck.1
===================================================================
--- proxycheck.orig/proxycheck.1
+++ proxycheck/proxycheck.1
@@ -7,7 +7,7 @@
 .SH NAME
 proxycheck \(em open proxy server checker
 
-.SH SYNOPSYS
+.SH SYNOPSIS
 \fBproxycheck\fR \fIoptions\fR \fIhost\fR[:\fIproto_port_spec\fR]...
 
 .SH DESCRIPTION
@@ -198,7 +198,7 @@ too on the same line, like:
   127.0.0.2 hc:80 open 127.0.0.3
 .br
 .fi
-where \fI127.0.0.3\fR is \fIoutgoing\fR IP addres of a multihomed/cascaded
+where \fI127.0.0.3\fR is \fIoutgoing\fR IP address of a multihomed/cascaded
 proxy as reported by the destination system.  This IP address is hint only,
 there is no simple and reliable way currently exists for \fBproxycheck\fR
 to determine that information.  \fBProxycheck\fR is able to parse a line
Index: proxycheck/proxycheck.c
===================================================================
--- proxycheck.orig/proxycheck.c
+++ proxycheck/proxycheck.c
@@ -478,7 +478,7 @@ init(int argc, char **argv) {
 "If portlist is omitted, default ports for given protocols\n"
 "will be tried; if proto is omitted, either all protocols will\n"
 "be tried (if port is not known), or the protocols which are\n"
-"assotiated with this port.\n"
+"associated with this port.\n"
 "\n"
 "The following protocols are recognized:\n"
 , progname, progname, pxytimeout / 1000);