From fb8c75a18eb484a648b640960785ce08fd2c68fc Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 19 Apr 2018 13:04:36 -0700 Subject: [PATCH] [DatFile] Typo --- SabreTools.Library/DatFiles/DatFile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index ffc91fe7..b8896dcc 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -3896,7 +3896,7 @@ namespace SabreTools.Library.DatFiles return false; } - // If we have a very specifc TGZ->TGZ case, just copy it accordingly + // If we have a very specific TGZ->TGZ case, just copy it accordingly GZipArchive tgz = new GZipArchive(file); BaseFile rom = tgz.GetTorrentGZFileInfo(); if (isZip == false && rom != null && outputFormat == OutputFormat.TorrentGzip) @@ -3980,7 +3980,7 @@ namespace SabreTools.Library.DatFiles { string machinename = null; - // If we have a very specifc TGZ->TGZ case, just copy it accordingly + // If we have a very specific TGZ->TGZ case, just copy it accordingly GZipArchive tgz = new GZipArchive(file); BaseFile rom = tgz.GetTorrentGZFileInfo(); if (isZip == false && rom != null && outputFormat == OutputFormat.TorrentGzip)