Skip to content

Commit 6803bd6

Browse files
authored
Merge pull request #18 from Codesee-io/spell-check
Spelling
2 parents 647a29e + 7055fa7 commit 6803bd6

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)