Fixed misspelled word.

This commit is contained in:
Michel Kaporin 2017-03-02 21:53:02 +01:00
parent ef2bdc0811
commit bd2ea44587

View file

@ -34,7 +34,7 @@ export class ExceptionWidget extends ZoneWidget {
this.container.style.lineHeight = `${fontInfo.lineHeight}px`;
let title = $('.title');
title.textContent = nls.localize('exceptionThrown', 'Exception occured');
title.textContent = nls.localize('exceptionThrown', 'Exception occurred');
dom.append(container, title);
const thread = this.debugService.getViewModel().focusedThread;