This commit is contained in:
John Doe 2017-07-25 08:27:23 -07:00
parent 93a4ae7f35
commit f1d1ff5272

View file

@ -73,7 +73,7 @@ namespace Microsoft.DotNet.Archive
static string[] ZipExtensions = new[] { ".zip", ".nupkg" };
static string IndexFileName = "index.txt";
// maps file hash to archve path
// maps file hash to archive path
// $ prefix indicates that the file is not in the archive and path is a hash
private Dictionary<string, ArchiveSource> _archiveFiles = new Dictionary<string, ArchiveSource>();
// maps file hash to external path