Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ed8bb0

Browse files
author
Michal Minář
committedMay 15, 2018
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

+1-1
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)
Please sign in to comment.