From f5f22d786b5a6686d6c1c2fcde1e9a3e35f5e63b Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Tue, 6 Oct 2020 16:06:01 +0200 Subject: [PATCH] Fix typo in setup-assistant --- etc/skel/.config/autostart-scripts/setup-assistant.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/skel/.config/autostart-scripts/setup-assistant.sh b/etc/skel/.config/autostart-scripts/setup-assistant.sh index a3a040e..fafd7df 100755 --- a/etc/skel/.config/autostart-scripts/setup-assistant.sh +++ b/etc/skel/.config/autostart-scripts/setup-assistant.sh @@ -63,7 +63,8 @@ elif [ $selection = "4" ]; then goto "start" elif [ $selection = "5" ]; then echo "" - echo "Disabling CPU migitations increases performance but can possibly lead to security issues." + echo "Disabling CPU mitiations increases performance but can possibly lead to" + echo "security issues." echo "Use it with caution! 🛑" sudo garuda-boot-options >/dev/null 2>&1 echo ""