Skip to content

Commit

Permalink
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 Apr 24, 2018
1 parent f0f0475 commit 8028522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/oc/admin/prune/imageprune/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,10 +963,10 @@ func pruneStreams(
return
}

// strenghtenReferencesFromFailedImageStreams turns weak references between image streams and images to
// strengthenReferencesFromFailedImageStreams turns weak references between image streams and images to
// strong. This must be called right after the image stream pruning to prevent images that failed to be
// untagged from being pruned.
func strenghtenReferencesFromFailedImageStreams(g genericgraph.Graph, failures []Failure) {
func strengthenReferencesFromFailedImageStreams(g genericgraph.Graph, failures []Failure) {
for _, f := range failures {
for _, n := range g.From(f.Node) {
imageNode, ok := n.(*imagegraph.ImageNode)
Expand Down

0 comments on commit 8028522

Please sign in to comment.