Merge pull request #7258 from github-john-doe/master

typo
This commit is contained in:
Nick Guerrera 2017-07-26 15:09:33 -07:00 committed by GitHub
commit e67ec769a3

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