From c0016607304a14db1902d03a3d11138eb587ff86 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sun, 18 Aug 2019 12:51:37 +0300 Subject: [PATCH] typo in log messge --- macos-guest-virtualbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index d3e52b0..2c4de62 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Semi-automatic installer of macOS on VirtualBox # (c) myspaghetti, licensed under GPL2.0 or higher # url: https://github.com/img2tab/macos-guest-virtualbox -# version 0.73.5 +# version 0.73.6 # Requirements: 40GB available storage on host # Dependencies: bash >= 4.0, unzip, wget, dmg2img, @@ -400,7 +400,7 @@ endfor' > "startup.nsh" } function create_macos_installation_files_viso() { -echo "Crating VirtualBox 6 virtual ISO containing the" +echo "Creating VirtualBox 6 virtual ISO containing the" echo "installation files from swcdn.apple.com" echo "" echo "Splitting the several-GB InstallESDDmg.pkg into 1GB parts because"