[DatTools, Style] Make output names even better

This commit is contained in:
Matt Nadareski
2016-09-09 15:37:15 -07:00
parent 02c7853361
commit 35e8e8a61b
4 changed files with 34 additions and 47 deletions

View File

@@ -244,7 +244,7 @@ namespace SabreTools
return false;
}
// Otherwise, apply the rule ot the file
// Otherwise, apply the rule to the file
string newfile = file + ".new";
Skippers.TransformFile(file, newfile, rule, _logger);