From 5a0ad4379eed357ca1d9f0c55d2fa5c337973380 Mon Sep 17 00:00:00 2001 From: guanzhangrtk Date: Sat, 24 Apr 2021 23:12:13 -0700 Subject: [PATCH] Fix typo --- Resources/Build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Build.py b/Resources/Build.py index 43057e62f..d5f0719fc 100644 --- a/Resources/Build.py +++ b/Resources/Build.py @@ -720,7 +720,7 @@ Please build OpenCore first!""" if (mount_path / Path("System")).exists(): print("- Removing preexisting System folder") shutil.rmtree(mount_path / Path("System"), onerror=rmtree_handler) - print("- Coping OpenCore onto EFI partition") + print("- Copying OpenCore onto EFI partition") shutil.copytree(self.constants.opencore_release_folder / Path("EFI/OC"), mount_path / Path("EFI/OC")) shutil.copytree(self.constants.opencore_release_folder / Path("System"), mount_path / Path("System")) if self.constants.boot_efi is True: