use consistent case for ctop name

This commit is contained in:
Bradley Cicenas
2017-03-08 23:40:35 +00:00
parent b9b904626c
commit 0e3fe88bb4
6 changed files with 11 additions and 11 deletions

View File

@@ -68,7 +68,7 @@ func (c *CTopHeader) SetFilter(val string) {
func timeStr() string {
ts := time.Now().Local().Format("15:04:05 MST")
return fmt.Sprintf("cTop - %s", ts)
return fmt.Sprintf("ctop - %s", ts)
}
func headerPar(x int, s string) *ui.Par {