From e140e40a83fa0ed86749a0b49d39625a930b1afe Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 9 Mar 2018 22:22:35 -0800 Subject: [PATCH] [DatFile] Minor-est of typos --- SabreTools.Library/DatFiles/DatFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index 1d1b2958..70bac80f 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -1738,7 +1738,7 @@ namespace SabreTools.Library.DatFiles datHeaders[i].Remove(key); } - // Now remove the file dictionary from the souce DAT to save memory + // Now remove the file dictionary from the source DAT to save memory datHeaders[i].DeleteDictionary(); });