Skip to content

Commit 77f2fbd

Browse files
authored
Typos fixes (#38)
1 parent bfc49ba commit 77f2fbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/Home.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<span class="font-weight-bold">Cross-platform</span>
6565
</p>
6666
<p>
67-
Scapy runs natively on Linux, Windows, OSX and on most Unixes with libpcap.
67+
Scapy runs natively on Linux, macOS, most Unixes, and on Windows with Npcap.
6868
It is published under <a href="https://www.gnu.org/licenses/gpl-2.0"
6969
class="text-decoration-none text-primary">GPLv2</a>.<br />
70-
Starting from version 2.5.0+, it has has support for <span class="text-primary">Python
70+
Starting from version 2.5.0+, it supports <span class="text-primary">Python
7171
3.7+</span> (and PyPy).<br />
7272
</p>
7373
</v-col>
@@ -116,7 +116,7 @@
116116
href="https://thepacketgeek.com/scapy/building-network-tools/">"Building Network Tools with Scapy
117117
tutorial"</a></li>
118118
<li><a class="text-secondary" href="https://www.oreilly.com/catalog/9780596009632/">Security Power
119-
Tools</a> where Philippe Biondi wrote a complete chapter about Scapy.</li>
119+
Tools</a> where Philippe Biondi wrote a complete chapter about Scapy</li>
120120
<li>A bunch (<a class="text-secondary"
121121
href="https://boutique.ed-diamond.com/home/863-misc-hs-11.html">MISC HS 11</a>, <a
122122
class="text-secondary" href="https://boutique.ed-diamond.com/numeros-deja-parus/354-misc52.html">MISC
@@ -330,4 +330,4 @@ a:visited {
330330
code.bash:before {
331331
content: '$ ';
332332
}
333-
</style>
333+
</style>

0 commit comments

Comments
 (0)