diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 20:08:41 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 20:08:41 +0100 |
commit | a68af18e52f8c8e4ed89da77eca03184c2a082be (patch) | |
tree | 525f2ca5ae217e151da023a731278a49adfdd129 /arch-installer.sh | |
parent | README update (diff) | |
download | arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.gz arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.bz2 arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.xz arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.tar.zst arch-installer-a68af18e52f8c8e4ed89da77eca03184c2a082be.zip |
Typos
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>&-) |