From 5a0c4b48dca982d14afc087b3e03eff14c9e8f07 Mon Sep 17 00:00:00 2001 From: Bert Baron Date: Sat, 5 Nov 2022 16:22:37 +0100 Subject: [PATCH] Fixed spelling error Signed-off-by: Bert Baron --- copy/copy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy/copy.go b/copy/copy.go index 6ab548e3a5..85af6244ea 100644 --- a/copy/copy.go +++ b/copy/copy.go @@ -186,7 +186,7 @@ type Options struct { // to not indicate "nondistributable". DownloadForeignLayers bool - // When only a subset of images of a list is copied, this action indicates if the manifest should be kept or stript. + // When only a subset of images of a list is copied, this action indicates if the manifest should be kept or stripped. // See CopySpecificImages. SparseImageListAction SparseManifestListAction }