From 37639dde87f54d08b14079d156d06ad648f878b1 Mon Sep 17 00:00:00 2001 From: VperuS Date: Sat, 24 Feb 2018 02:33:26 +0200 Subject: [PATCH] Fix typo --- 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 bd1a269e67..4a800df695 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`);