Fix typo in setup-assistant

This commit is contained in:
Nico Jensch 2020-10-06 16:06:01 +02:00
parent 0d1b52d0dd
commit f5f22d786b
1 changed files with 2 additions and 1 deletions

View File

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