From 4093b2c0111369f9590d803c53a40b79ae2fd1dd Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 8 Jan 2020 09:06:52 -0500 Subject: Add codespell to validate spelling mistakes in code. Fix all errors found by codespell Signed-off-by: Daniel J Walsh --- libpod/image/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/image') diff --git a/libpod/image/image.go b/libpod/image/image.go index bce10e24c..9a4663bac 100644 --- a/libpod/image/image.go +++ b/libpod/image/image.go @@ -1527,7 +1527,7 @@ func GetLayersMapWithImageInfo(imageruntime *Runtime) (map[string]*LayerInfo, er } } - // scan all layers & add all childs for each layers to layerInfo + // scan all layers & add all childid's for each layers to layerInfo for _, layer := range layers { _, ok := layerInfoMap[layer.ID] if ok { -- cgit v1.2.3-54-g00ecf