Skip to content

Commit 9ed8bb0

Browse files
author
Michal Minář
committed
fixed typo
Signed-off-by: Michal Minář <[email protected]>
1 parent 40340f9 commit 9ed8bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oc/admin/prune/imageprune/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
imagegraph "github.com/openshift/origin/pkg/oc/graph/imagegraph/nodes"
1414
)
1515

16-
// ComponentRetention knows all the places where image componenet needs to be pruned (e.g. global blob store
16+
// ComponentRetention knows all the places where image component needs to be pruned (e.g. global blob store
1717
// and repositories).
1818
type ComponentRetention struct {
1919
ReferencingStreams map[*imagegraph.ImageStreamNode]bool

0 commit comments

Comments
 (0)