Sfoglia il codice sorgente

installer.sh.in: fix typo

Paper 4 anni fa
parent
commit
19356803dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}