From 6fe314394c737b7dedb38feb005ea3cef4c1fda7 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 23 Jul 2020 17:29:24 -0400 Subject: [PATCH] Fixed typo --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md b/how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md index 786c6ed..8974991 100644 --- a/how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md +++ b/how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md @@ -120,7 +120,7 @@ Set variable `mac_address` using values from variables `mac_address_prefix` and ```shell 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