diff --git a/status-manager.go b/status-manager.go index 33c60c1..44e20d2 100644 --- a/status-manager.go +++ b/status-manager.go @@ -29,7 +29,7 @@ func (s *StatusManager) RemoveStatus(status string) []string { return s.Values } -// SetsInterval changes the update interval to new value +// SetInterval changes the update interval to new value func (s *StatusManager) SetInterval(interval string) { s.Interval = interval }