diff --git a/server.go b/server.go index 6e1fee3..78a9955 100644 --- a/server.go +++ b/server.go @@ -57,7 +57,7 @@ type Config struct { // Maximum number of concurrent processing of tasks. // // If set to a zero or negative value, NewServer will overwrite the value - // to the number of CPUs usable by the currennt process. + // to the number of CPUs usable by the current process. Concurrency int // Function to calculate retry delay for a failed task.