mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix spelling issues
This commit is contained in:
@@ -328,7 +328,7 @@ namespace SabreTools.FileTypes.Archives
|
||||
zipEntryRom = GetInfo(readStream, size: (long)zf.GetLocalFile(i).UncompressedSize, hashes: this.AvailableHashTypes, keepReadOpen: true);
|
||||
}
|
||||
|
||||
// Fill in comon details and add to the list
|
||||
// Fill in common details and add to the list
|
||||
zipEntryRom.Filename = zf.GetLocalFile(i).Filename;
|
||||
zipEntryRom.Parent = gamename;
|
||||
found.Add(zipEntryRom);
|
||||
|
||||
Reference in New Issue
Block a user