diff options
Diffstat (limited to 'arch-installer.sh')
-rwxr-xr-x | arch-installer.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 38f452e..b11570e 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -120,7 +120,7 @@ jo_get_swap_size() { while [ "$gogogo" = false ]; do swps=$(dialog\ --nocancel --title "$1"\ - --inputbox "Please enter your swap partition disired size: (__G)"\ + --inputbox "Please enter your swap partition desired size: (__G)"\ 7 65\ "4"\ 3>&1 1>&2 2>&3 3>&-) @@ -141,7 +141,7 @@ jo_get_root_size() { while [ "$gogogo" = false ]; do rts=$(dialog\ --nocancel --title "$1"\ - --inputbox "Please enter your root partition disired size: (__G)"\ + --inputbox "Please enter your root partition desired size: (__G)"\ 7 65\ "25"\ 3>&1 1>&2 2>&3 3>&-) |