diff --git a/src/coreclr-debug/main.ts b/src/coreclr-debug/main.ts index fcf738e1e0..e4e793ba25 100644 --- a/src/coreclr-debug/main.ts +++ b/src/coreclr-debug/main.ts @@ -185,7 +185,7 @@ function removeLibCoreClrTraceProvider() : Promise if (err) { reject(err.code); } else { - _channel.appendLine('Succesfully deleted ' + filePath); + _channel.appendLine('Successfully deleted ' + filePath); resolve(); } });