Skip to content

Commit 2032521

Browse files
committed
Fix spelling mistake in 'Successfully'
1 parent 338b8a2 commit 2032521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr-debug/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function removeLibCoreClrTraceProvider() : Promise<void>
185185
if (err) {
186186
reject(err.code);
187187
} else {
188-
_channel.appendLine('Succesfully deleted ' + filePath);
188+
_channel.appendLine('Successfully deleted ' + filePath);
189189
resolve();
190190
}
191191
});

0 commit comments

Comments
 (0)