[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

@@ -571,7 +571,7 @@ namespace SabreTools
// If we have have a non-empty rule, apply it
if (rule.Tests != null && rule.Tests.Count != 0)
{
// Otherwise, apply the rule ot the file
// Otherwise, apply the rule to the file
string newinput = input + ".new";
Skippers.TransformFile(input, newinput, rule, _logger);
Rom drom = FileTools.GetSingleFileInfo(newinput);