Fix typo in comment to make golint more happy

pull/11127/head
Anders F Björklund 2021-04-19 21:58:16 +02:00
parent d8050ee03c
commit 7c7c25da18
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ type ListContainersOptions struct {
Namespaces []string
}
// ListImageOptions are the options to use for listing images
// ListImagesOptions are the options to use for listing images
type ListImagesOptions struct {
}