From 9d6b82cd8e8dcdcb4d657f89b346b30388e970ba Mon Sep 17 00:00:00 2001 From: VperuS Date: Sat, 24 Feb 2018 03:45:00 +0200 Subject: [PATCH] Fix typo (#2066) --- src/omnisharp/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omnisharp/server.ts b/src/omnisharp/server.ts index bd1a269e6..4a800df69 100644 --- a/src/omnisharp/server.ts +++ b/src/omnisharp/server.ts @@ -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`);