Wire up new flag

This commit is contained in:
Matt Nadareski
2020-08-21 10:38:42 -07:00
parent 2ffa22ebaa
commit ebb6529440
10 changed files with 204 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ namespace SabreTools.Library.DatFiles
if (ir == null)
return;
// Otherwise, read teh file to the end
// Otherwise, read the file to the end
try
{
ir.ReadNextLine();