Fix typo.
[arvados.git] / services / crunch-run / logging.go
index 84f2f2fd634c3ad367d923aa79918ccce815a511..0083f0999ce7f27a4c50e94729e3dbd344f89a4e 100644 (file)
@@ -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 {