From b225de4cd112d57910bb269db71d4242fb7475b7 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Sun, 18 Apr 2021 18:27:19 +0530 Subject: [PATCH] Fix typo in comment --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 7ed58fb..55f5595 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -783,7 +783,7 @@ echo -e "for partitioning and populating the bootable installer virtual disk.\n" create_viso_header "${vm_name}_populate_bootable_installer_virtual_disk.viso" "bootinst-sh" echo "/bootinst.sh=\"${vm_name}_bootinst.txt\"" >> "${vm_name}_populate_bootable_installer_virtual_disk.viso" # Assigning "physical" disks from largest to smallest to "${disks[]}" array -# Partitining largest disk as APFS +# Partitioning largest disk as APFS # Partition second-largest disk as JHFS+ echo '# this script is executed on the macOS virtual machine' > "${vm_name}_bootinst.txt" echo 'disks="$(diskutil list | grep -o "\*[0-9][^ ]* [GTP]B *disk[0-9]$" | grep -o "[0-9].*")" && \