From 1875013a76fbb8f3a59f64138f352b2ee3809e1c Mon Sep 17 00:00:00 2001 From: Hugues Alary Date: Thu, 9 Mar 2017 16:16:40 -0800 Subject: [PATCH] Fixing a typo --- cwidgets/expanded/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwidgets/expanded/info.go b/cwidgets/expanded/info.go index 66b98b6..aeed911 100644 --- a/cwidgets/expanded/info.go +++ b/cwidgets/expanded/info.go @@ -16,7 +16,7 @@ func NewInfo(id string) *Info { p.Height = 4 p.Width = colWidth[0] p.FgColor = ui.ThemeAttr("par.text.fg") - p.Seperator = false + p.Separator = false i := &Info{p, make(map[string]string)} i.Set("id", id) return i