Fixed typo

This commit is contained in:
Sun Knudsen 2020-07-23 17:29:24 -04:00
parent 7f06683c05
commit 6fe314394c

View File

@ -120,7 +120,7 @@ Set variable `mac_address` using values from variables `mac_address_prefix` and
```shell ```shell
sudo ifconfig en0 ether "$mac_address" sudo ifconfig en0 ether "$mac_address"
echo "Spoofed MAC address of en0 interface to $mac_address"x echo "Spoofed MAC address of en0 interface to $mac_address"
``` ```
Set spoofed MAC address using [ifconfig](https://en.wikipedia.org/wiki/Ifconfig) and echo spoofed MAC address Set spoofed MAC address using [ifconfig](https://en.wikipedia.org/wiki/Ifconfig) and echo spoofed MAC address