From 2e9be1adc5d6894791efa1824c0216e1e301a0b8 Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Sun, 13 Sep 2020 11:47:01 +0200 Subject: [PATCH] fix: typos --- scripts/install_dwc2.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install_dwc2.sh b/scripts/install_dwc2.sh index 6e89936..789a4d4 100755 --- a/scripts/install_dwc2.sh +++ b/scripts/install_dwc2.sh @@ -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