fix: misspelling

This commit is contained in:
zhuxingtao 2020-09-09 19:23:40 +08:00
parent a8357dffb9
commit 944982898e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ func (m *MetricValue) CheckValidity(now int64) (err error) {
}
if m.Step <= 0 {
err = fmt.Errorf("step sholud larger than 0")
err = fmt.Errorf("step should larger than 0")
return
}