Fix correcy typo

Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/5
This commit is contained in:
Mykola Grymalyuk
2020-12-03 08:51:12 -07:00
parent bafff66417
commit eb5280f827
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -122,7 +122,7 @@ while MainMenu:
print("")
print(" New SMBIOS: %s" % OpenCoreOption)
print("")
ChangeOCversionYN = input("Is this correcy? (y/n)")
ChangeOCversionYN = input("Is this correct? (y/n)")
if ChangeOCversionYN in {"y", "Y", "yes", "Yes"}:
ChangeOCversion=False
Versions.opencore_version = OpenCoreOption
@@ -197,7 +197,7 @@ while MainMenu:
print("")
print(" New SMBIOS: %s" % SMBIOSOption)
print("")
SMBIOSMenuYN = input("Is this correcy? (y/n)")
SMBIOSMenuYN = input("Is this correct? (y/n)")
if SMBIOSMenuYN in {"y", "Y", "yes", "Yes"}:
SMBIOSMenu=False
BuildOpenCore.current_model = SMBIOSOption