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 }