Parcourir la source

installer.sh.in: fix typo

Paper il y a 4 ans
Parent
commit
19356803dd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      installer.sh.in

+ 1 - 1
installer.sh.in

@@ -838,7 +838,7 @@ configure_wifi() {
         DIALOG --msgbox "Invalid SSID." ${MSGBOXSIZE}
         return 1
     elif [ -z "$enc" -o "$enc" != "wep" -a "$enc" != "wpa" ]; then
-        DIALOG --msgbox "Invalid encryption type (possible values: wep or wpa)." ${MSXBOXSIZE}
+        DIALOG --msgbox "Invalid encryption type (possible values: wep or wpa)." ${MSGBOXSIZE}
         return 1
     elif [ -z "$pass" ]; then
         DIALOG --msgbox "Invalid AP password." ${MSGBOXSIZE}