SysPatch.py: Fix typo

This commit is contained in:
Mykola Grymalyuk
2021-04-24 23:57:07 -06:00
parent 37cd66265b
commit 8971a3c4a9

View File

@@ -356,7 +356,7 @@ class PatchSysVolume:
if self.sucess_status is True:
print("\nPlease reboot the machine for patches to take effect")
else:
print("\nPlease reboot the machine to avoid pottential issues rerunning the patcher")
print("\nPlease reboot the machine to avoid potential issues rerunning the patcher")
if self.sip_patch_status is True:
print("SIP set incorrectly, cannot patch on this machine!")
print("Please disable SIP and SecureBootModel in Patcher Settings")