Skip to content

Commit

Permalink
Fix typo in diagnostic message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jevonius committed May 14, 2022
1 parent a61f16a commit 00118a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private static void Describe(StringBuilder details, DependencyModel dependency)
}
else
{
details.Append("Depdendency ");
details.Append("Dependency ");
}
details.Append(dependency.TargetItemType.ToCSharpString() + " " + dependency.DependencyKey);
}
Expand Down

0 comments on commit 00118a7

Please sign in to comment.