fix: Correct small typo foce -> force

Signed-off-by: Lewis Roy <lewis@redhat.com>
This commit is contained in:
Lewis Roy
2025-08-12 22:11:00 +10:00
parent f38e32760d
commit 3ca729a2fb

View File

@ -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