From cd14354f86ee7aad50e60175c493d55a55745cf5 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sat, 16 Jul 2022 14:50:20 -0600 Subject: [PATCH] sys_patch_auto.py: Fix misc typos --- resources/sys_patch_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sys_patch_auto.py b/resources/sys_patch_auto.py index fce5057d4..4c51348aa 100644 --- a/resources/sys_patch_auto.py +++ b/resources/sys_patch_auto.py @@ -193,7 +193,7 @@ class AutomaticSysPatch: utilities.process_status(utilities.elevated(["cp", "-R", path, "/Library/Application Support/Dortania/"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)) if not Path("/Library/Application Support/Dortania/OpenCore-Patcher.app").exists(): - # Sometimes the binary the user launches maye have a suffix (ie. OpenCore-Patcher 3.app) + # Sometimes the binary the user launches may have a suffix (ie. OpenCore-Patcher 3.app) # We'll want to rename it to OpenCore-Patcher.app path = path.split("/")[-1] print(f"- Renaming {path} to OpenCore-Patcher.app")