1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Fix spelling mistake in DefaultFocussedRowColor() name

This commit is contained in:
Chris Cummer
2019-07-05 22:33:15 -07:00
parent 66c8cba965
commit eff0d55c28
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ func NewCommonSettingsFromModule(name, defaultTitle string, moduleConfig *config
return &common
}
func (common *Common) DefaultFocussedRowColor() string {
func (common *Common) DefaultFocusedRowColor() string {
return fmt.Sprintf("%s:%s", common.Colors.HighlightFore, common.Colors.HighlightBack)
}