Skip to content

Commit

Permalink
Merge pull request OmniSharp#1354 from josteink/master
Browse files Browse the repository at this point in the history
Fix typo in error-message.
  • Loading branch information
filipw authored Dec 7, 2018
2 parents eb8a24c + 80b7145 commit c7e225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OmniSharp.MSBuild/ProjectManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ private void UpdateProject(string projectFilePath)
{
if (!_projectFiles.TryGetValue(projectFilePath, out var projectFileInfo))
{
_logger.LogError($"Attemped to update project that is not loaded: {projectFilePath}");
_logger.LogError($"Attempted to update project that is not loaded: {projectFilePath}");
return;
}

Expand Down

0 comments on commit c7e225d

Please sign in to comment.