fix: typos

This commit is contained in:
th33xitus
2020-09-13 11:47:01 +02:00
parent 3e35be5681
commit 2e9be1adc5

View File

@@ -43,16 +43,16 @@ get_user_selections_dwc2(){
while true; do
echo
top_border
echo -e "| Do you wan't to install dwc2-for-klipper-socket as |"
echo -e "| Do you want to install dwc2-for-klipper-socket as |"
echo -e "| 1) Init.d Service |"
echo -e "| 2) Systemd Service |"
hr
echo -e "| Please use the appropriate option for your chosen |"
echo -e "| Linux distribution. If you are unsure what to pick, |"
echo -e "| Linux distribution. If you are unsure what to select, |"
echo -e "| please do a research before. |"
hr
echo -e "| In case you are using Raspberry Pi OS, either option |"
echo -e "| 1 or 2 will work. |"
echo -e "| If you are using Raspberry Pi OS, either option 1 or |"
echo -e "| 2 will work. |"
bottom_border
read -p "${cyan}###### Please choose:${default} " action
case "$action" in