From a68af18e52f8c8e4ed89da77eca03184c2a082be Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 28 Nov 2019 20:08:41 +0100 Subject: Typos --- arch-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch-installer.sh') 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>&-) -- cgit v1.2.3