Skip to content

Commit

Permalink
Fix typo (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
VPeruS authored and akshita31 committed Feb 24, 2018
1 parent 88221c3 commit 9d6b82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnisharp/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class OmniSharpServer {

return launchOmniSharp(cwd, args, launchPath).then(value => {
if (value.usingMono) {
this._logger.appendLine(`OmniSharp server started wth Mono`);
this._logger.appendLine(`OmniSharp server started with Mono`);
}
else {
this._logger.appendLine(`OmniSharp server started`);
Expand Down

0 comments on commit 9d6b82c

Please sign in to comment.