Fix some spellings.

This commit is contained in:
RoosterDragon
2015-11-27 00:15:09 +00:00
parent 3e8df55bcb
commit bfe1804bf6
56 changed files with 91 additions and 91 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.FileSystem
this.priority = priority;
try
{
// pull the file into memory, dont keep it open.
// Pull the file into memory, don't keep it open.
pkg = new SZipFile(new MemoryStream(File.ReadAllBytes(filename)));
}
catch (ZipException e)
@@ -43,7 +43,7 @@ namespace OpenRA.FileSystem
}
}
// Create a new zip with the specified contents
// Create a new zip with the specified contents.
public ZipFile(string filename, int priority, Dictionary<string, byte[]> contents)
{
this.priority = priority;