From 2e06098f6a71a5575cdfffd24c0e22ec398e7682 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 29 Jun 2017 21:40:35 -0400 Subject: [PATCH] Fix typo. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- services/crunch-run/logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/crunch-run/logging.go b/services/crunch-run/logging.go index 84f2f2fd63..0083f0999c 100644 --- a/services/crunch-run/logging.go +++ b/services/crunch-run/logging.go @@ -373,7 +373,7 @@ func (arvlog *ArvLogWriter) rateLimit(line []byte, now time.Time) (bool, []byte) } } -// load the rate limit discovery config paramters +// load the rate limit discovery config parameters func loadLogThrottleParams(clnt IArvadosClient) { param, err := clnt.Discovery("crunchLimitLogBytesPerJob") if err == nil { -- 2.30.2