File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
318318export 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 --- >
You can’t perform that action at this time.
0 commit comments