From ac354ac94ac863e35cb670a5e81bbdc7b70f8559 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 7 Mar 2020 10:30:44 -0500 Subject: Fix spelling mistakes in code found by codespell Signed-off-by: Daniel J Walsh --- libpod/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/config') diff --git a/libpod/config/config.go b/libpod/config/config.go index c72a0efc7..5d59f1bf2 100644 --- a/libpod/config/config.go +++ b/libpod/config/config.go @@ -437,7 +437,7 @@ func probeConmon(conmonBinary string) error { // with cgroupsv2. Other OCI runtimes are not yet supporting cgroupsv2. This // might change in the future. func NewConfig(userConfigPath string) (*Config, error) { - // Start with the default config and interatively merge fields in the system + // Start with the default config and iteratively merge fields in the system // configs. config, err := defaultConfigFromMemory() if err != nil { -- cgit v1.2.3-54-g00ecf