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 ""