Fix more typos

This commit is contained in:
Mykola Grymalyuk
2021-04-25 00:37:17 -06:00
parent 2ac80fda32
commit b2fcb77c24
5 changed files with 5 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ class Constants:
@property
def gui_path(self): return self.payload_path / Path("Icon/Resources.zip")
# Apple Paylods Paths
# Apple Payloads Paths
@property
def payload_apple_root_path_unzip(self): return self.payload_path / Path(f"Apple-Binaries-OCLP-{self.payload_version}")
@property