Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Omotola committed Aug 2, 2023
1 parent 8fa579e commit 9fcc12d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private async Task<IList<PipGraphNode>> ProcessQueueAsync(ISingleFileComponentRe
else
{
this.logger.LogWarning(
"Unable to reolve dependency Package {DependencyName} gotten from Pypi possibly due to invalid versions. Skipping package",
"Unable to resolve dependency Package {DependencyName} gotten from Pypi possibly due to invalid versions. Skipping package",
dependencyNode.Name);
singleFileComponentRecorder.RegisterPackageParseFailure(dependencyNode.Name);
}
Expand Down

0 comments on commit 9fcc12d

Please sign in to comment.