diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index e03e2c5385..ca8d7db45a 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -17,7 +17,7 @@ type ImageSummary = entitiesTypes.ImageSummary type ImageRemoveOptions struct { // All will remove all images. All bool - // Foce will force image removal including containers using the images. + // Force will force image removal including containers using the images. Force bool // Ignore if a specified image does not exist and do not throw an error. Ignore bool