Skip to content

Commit 3a16d33

Browse files
committed
typos in STATUS_BAR_HOST_NAME_BACKGROUND
1 parent 983c4f1 commit 3a16d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/common/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,13 @@ export const STATUS_BAR_HOST_NAME_BACKGROUND = registerColor('statusBarItem.host
313313
dark: STATUS_BAR_PROMINENT_ITEM_BACKGROUND,
314314
light: STATUS_BAR_PROMINENT_ITEM_BACKGROUND,
315315
hc: STATUS_BAR_PROMINENT_ITEM_BACKGROUND
316-
}, nls.localize('statusBarItemHostBackground', "Background color for the remote indiciator on the status bar."));
316+
}, nls.localize('statusBarItemHostBackground', "Background color for the host indicator on the status bar."));
317317

318318
export const STATUS_BAR_HOST_NAME_FOREGROUND = registerColor('statusBarItem.hostForeground', {
319319
dark: STATUS_BAR_PROMINENT_ITEM_FOREGROUND,
320320
light: STATUS_BAR_PROMINENT_ITEM_FOREGROUND,
321321
hc: STATUS_BAR_PROMINENT_ITEM_FOREGROUND
322-
}, nls.localize('statusBarItemHostForeground', "Foregorund color for the host indiciator on the status bar."));
322+
}, nls.localize('statusBarItemHostForeground', "Foreground color for the host indicator on the status bar."));
323323

324324

325325
// < --- Activity Bar --- >

0 commit comments

Comments
 (0)