From 0eff7f37979533d079528e3618e26a16bc33136e Mon Sep 17 00:00:00 2001 From: Ye Ben Date: Tue, 29 Jan 2019 23:21:19 +0800 Subject: some typo fix (#2512) Signed-off-by: yeya24 --- plugin/errors/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/errors/errors.go') diff --git a/plugin/errors/errors.go b/plugin/errors/errors.go index aa4b384b8..168092097 100644 --- a/plugin/errors/errors.go +++ b/plugin/errors/errors.go @@ -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) { -- cgit v1.2.3