Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Merged

typo #7258

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.DotNet.Archive/IndexedArchive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void CopyTo(Stream destination)
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
Expand Down