File tree 1 file changed +2
-2
lines changed
pkg/oc/admin/prune/imageprune
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -963,10 +963,10 @@ func pruneStreams(
963
963
return
964
964
}
965
965
966
- // strenghtenReferencesFromFailedImageStreams turns weak references between image streams and images to
966
+ // strengthenReferencesFromFailedImageStreams turns weak references between image streams and images to
967
967
// strong. This must be called right after the image stream pruning to prevent images that failed to be
968
968
// untagged from being pruned.
969
- func strenghtenReferencesFromFailedImageStreams (g genericgraph.Graph , failures []Failure ) {
969
+ func strengthenReferencesFromFailedImageStreams (g genericgraph.Graph , failures []Failure ) {
970
970
for _ , f := range failures {
971
971
for _ , n := range g .From (f .Node ) {
972
972
imageNode , ok := n .(* imagegraph.ImageNode )
You can’t perform that action at this time.
0 commit comments