Fix spelling issues

This commit is contained in:
Matt Nadareski
2024-07-19 15:14:30 -04:00
parent 5351ea47f0
commit c31d235319
7 changed files with 12 additions and 6 deletions

View File

@@ -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);