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(); });