From 6c33c7e9cbfdcaa8daffa657ba34140deccdaea1 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Dec 2022 17:50:12 +0100 Subject: [PATCH] fix typo --- usr/bin/archboot-hwsim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-hwsim.sh b/usr/bin/archboot-hwsim.sh index f2923db0d..f5b8c4c4f 100755 --- a/usr/bin/archboot-hwsim.sh +++ b/usr/bin/archboot-hwsim.sh @@ -13,7 +13,7 @@ usage() echo "Create a simulated wireless SSID for testing purposes" echo "with mac80211_hwsim module." echo "- wlan0 will be setup as the AP. Don't use for scanning!" - echo "- wlan1 will be setup for STATION mode. uUse this for scanning for your AP." + echo "- wlan1 will be setup for STATION mode. Use this for scanning for your AP." echo -e "usage: \033[1m${APPNAME} \033[0m" exit 0 }