Skip to content

Commit 18f49ed

Browse files
committed
C#: Fix spelling error.
1 parent 5f31632 commit 18f49ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private string FeedsToRestoreArgument(IEnumerable<string> feeds)
117117
/// <returns>A string representing the NuGet sources argument for the restore command.</returns>
118118
public string? MakeRestoreSourcesArgument(string path, HashSet<string> reachableFeeds)
119119
{
120-
// Do not construct an set of explicit NuGet sources to use for restore.
120+
// Do not construct a set of explicit NuGet sources to use for restore.
121121
if (!CheckNugetFeedResponsiveness && !HasPrivateRegistryFeeds)
122122
{
123123
return null;

0 commit comments

Comments
 (0)