some typo fix (#2512)

Signed-off-by: yeya24 <ben.ye@daocloud.io>
This commit is contained in:
Ye Ben
2019-01-29 23:21:19 +08:00
committed by Chris O'Haver
parent a84c26d78b
commit 0eff7f3797
5 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ func errorLogger(code int, qName, qType, err string) {
}
func consLogger(cnt uint32, pattern string, p time.Duration) {
log.Errorf("%d errors like '%s' occured in last %s", cnt, pattern, p)
log.Errorf("%d errors like '%s' occurred in last %s", cnt, pattern, p)
}
func (h *errorHandler) logPattern(i int) {