diff --git a/doc/scapy/installation.rst b/doc/scapy/installation.rst index 6e5f54717be..46ae4bf2d02 100644 --- a/doc/scapy/installation.rst +++ b/doc/scapy/installation.rst @@ -280,7 +280,7 @@ Here's how to install Scapy on OpenBSD 5.9+ Optional packages (OpenBSD only) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -It is recommanded to install those packages through `pip` rather than the OS, as the versions tend to be more up-to-date. +It is recommended to install those packages through `pip` rather than the OS, as the versions tend to be more up-to-date. py-cryptography diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst index 7c6bef626b5..f561fd921bd 100644 --- a/doc/scapy/usage.rst +++ b/doc/scapy/usage.rst @@ -535,7 +535,7 @@ Configuring super sockets single: super socket Different super sockets are available in scapy: the native ones, and the ones that use a libpcap provider (that go through libpcap to send/receive packets). -By default, scapy will try to use the native ones (except on Windows, where the winpcap/npcap ones are preffered). To manually use the libpcap ones, you must: +By default, scapy will try to use the native ones (except on Windows, where the winpcap/npcap ones are preferred). To manually use the libpcap ones, you must: * On Unix/OSX: be sure to have libpcap installed, and one of the following as libpcap python wrapper: `pcapy` or `pypcap` * On Windows: have Npcap/Winpcap installed. (default) @@ -1373,7 +1373,7 @@ The following command will display information similar to most wireless sniffers >>> sniff(iface="ath0", monitor=True, prn=lambda x:x.sprintf("{Dot11Beacon:%Dot11.addr3%\t%Dot11Beacon.info%\t%PrismHeader.channel%\t%Dot11Beacon.cap%}")) -Note the `monitor=True` argument, which only work from scapy>2.4.0 (2.4.0dev+), that is cross-platform. It will in work in most cases (Windows, OSX), but might require you to manually toogle monitor mode. +Note the `monitor=True` argument, which only work from scapy>2.4.0 (2.4.0dev+), that is cross-platform. It will in work in most cases (Windows, OSX), but might require you to manually toggle monitor mode. The above command will produce output similar to the one below::