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>
@@ -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
@@ -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);
|