Skip to content

Commit 6fd6fd5

Browse files
committed
Fix 'comptaible' typo in docs
1 parent 5a2f807 commit 6fd6fd5

File tree

8 files changed

+445
-445
lines changed

8 files changed

+445
-445
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ usage: pwncat [options] hostname port
489489
pwncat -h, --help
490490
491491
492-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
492+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
493493
connect, zero-i/o, listen and forward modes and techniques to detect and evade
494494
firewalls and intrusion detection/prevention systems.
495495

bin/pwncat

+1-1
Original file line numberDiff line numberDiff line change
@@ -5388,7 +5388,7 @@ def get_args():
53885388
"""
53895389
% ({"prog": APPNAME}),
53905390
description="""
5391-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
5391+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
53925392
connect, zero-i/o, listen and forward modes and techniques to detect and evade
53935393
firewalls and intrusion detection/prevention systems.
53945394

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ <h2>Usage</h2>
430430
pwncat -h, --help
431431
</pre>
432432
<pre class="hi">
433-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
433+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
434434
connect, zero-i/o, listen and forward modes and techniques to detect and evade
435435
firewalls and intrusion detection/prevention systems.
436436

docs/pwncat.api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5417,7 +5417,7 @@ <h1 class="title">Module <code>pwncat</code></h1>
54175417
&#34;&#34;&#34;
54185418
% ({&#34;prog&#34;: APPNAME}),
54195419
description=&#34;&#34;&#34;
5420-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
5420+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
54215421
connect, zero-i/o, listen and forward modes and techniques to detect and evade
54225422
firewalls and intrusion detection/prevention systems.
54235423

@@ -6425,7 +6425,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
64256425
&#34;&#34;&#34;
64266426
% ({&#34;prog&#34;: APPNAME}),
64276427
description=&#34;&#34;&#34;
6428-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
6428+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
64296429
connect, zero-i/o, listen and forward modes and techniques to detect and evade
64306430
firewalls and intrusion detection/prevention systems.
64316431

docs/pwncat.man.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pwncat.type.html

+437-437
Large diffs are not rendered by default.

man/pwncat.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pwncat [options] \fB\-R\fR addr:port hostname port
1212
pwncat \fB\-V\fR, \fB\-\-version\fR
1313
pwncat \fB\-h\fR, \fB\-\-help\fR
1414
.PP
15-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
15+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
1616
connect, zero\-i/o, listen and forward modes and techniques to detect and evade
1717
firewalls and intrusion detection/prevention systems.
1818
.PP

share/doc/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Usage
3030
pwncat -h, --help
3131
3232
33-
Enhanced and comptaible Netcat implementation written in Python (2 and 3) with
33+
Enhanced and compatible Netcat implementation written in Python (2 and 3) with
3434
connect, zero-i/o, listen and forward modes and techniques to detect and evade
3535
firewalls and intrusion detection/prevention systems.
3636

0 commit comments

Comments
 (0)