Merge pull request #15 from huguesalary/master

Fixing a typo
This commit is contained in:
bradley 2017-03-10 11:55:49 +11:00 committed by GitHub
commit 4b7257908f

View File

@ -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