chore(typos): fix typos

This commit is contained in:
a-kenji 2023-08-03 09:05:40 +02:00 committed by Michael Murphy
parent ce2ba21794
commit 0febac5c59
6 changed files with 10 additions and 10 deletions

View file

@ -7,10 +7,10 @@
gnome-terminal -- sh -c '
if system76-power graphics compute; then
echo "Succesfully switched. You may now reboot"
echo "Successfully switched. You may now reboot"
else
echo "Failed to switch\nPress key to exit"
fi
read x
'
'

View file

@ -7,10 +7,10 @@
gnome-terminal -- sh -c '
if system76-power graphics nvidia; then
echo "Succesfully switched. You may now reboot"
echo "Successfully switched. You may now reboot"
else
echo "Failed to switch\nPress key to exit"
fi
read x
'
'

View file

@ -7,10 +7,10 @@
gnome-terminal -- sh -c '
if system76-power graphics hybrid; then
echo "Succesfully switched. You may now reboot"
echo "Successfully switched. You may now reboot"
else
echo "Failed to switch\nPress key to exit"
fi
read x
'
'

View file

@ -7,10 +7,10 @@
gnome-terminal -- sh -c '
if system76-power graphics integrated; then
echo "Succesfully switched. You may now reboot"
echo "Successfully switched. You may now reboot"
else
echo "Failed to switch\nPress key to exit"
fi
read x
'
'