Skip to content

Commit 7055fa7

Browse files
committed
Spelling
1 parent 647a29e commit 7055fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNETDepends/SolutionReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ private async Task ProcessProjectAsync(ProjectId projectId, Solution solution, P
284284
}
285285
else
286286
{
287-
Console.WriteLine("Analizing web project with Rosalyn: " + project.FilePath);
287+
Console.WriteLine("Analyzing web project with Roslyn: " + project.FilePath);
288288
//Just do the Roslyn analysis
289289
await pubProject.Analyze();
290290
}

0 commit comments

Comments
 (0)