Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Minář <[email protected]>
  • Loading branch information
Michal Minář committed May 15, 2018
1 parent 40340f9 commit 9ed8bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/admin/prune/imageprune/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
imagegraph "github.com/openshift/origin/pkg/oc/graph/imagegraph/nodes"
)

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

0 comments on commit 9ed8bb0

Please sign in to comment.