From 8d928d525ffa8147d34d0f148e0aec6189461318 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 12 Nov 2019 15:39:36 +1100 Subject: codespell: spelling corrections Signed-off-by: Dmitry Smirnov --- cmd/podman/shared/parallel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/shared/parallel.go') diff --git a/cmd/podman/shared/parallel.go b/cmd/podman/shared/parallel.go index e6ce50f95..eb1d40073 100644 --- a/cmd/podman/shared/parallel.go +++ b/cmd/podman/shared/parallel.go @@ -72,7 +72,7 @@ func ParallelExecuteWorkerPool(workers int, functions []ParallelWorkerInput) (ma } // Parallelize provides the maximum number of parallel workers (int) as calculated by a basic -// heuristic. This can be overriden by the --max-workers primary switch to podman. +// heuristic. This can be overridden by the --max-workers primary switch to podman. func Parallelize(job string) int { numCpus := runtime.NumCPU() switch job { -- cgit v1.2.3-54-g00ecf