Skip to content

Commit

Permalink
util/util: Fix "configuraitno" -> "configuration" log typo
Browse files Browse the repository at this point in the history
Typo from 765c09d (Update containers/image to v2.0.0, 2019-06-03, containers#1634).

Signed-off-by: W. Trevor King <[email protected]>

Closes: containers#1861
Approved by: TomSweeneyRedHat
  • Loading branch information
wking authored and rh-atomic-bot committed Sep 16, 2019
1 parent 10b0e7a commit e9969bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func ResolveName(name string, firstRegistry string, sc *types.SystemContext, sto
for _, registry := range searchRegistries {
reg, err := sysregistriesv2.FindRegistry(sc, registry)
if err != nil {
logrus.Debugf("unable to read registry configuraitno for %#v: %v", registry, err)
logrus.Debugf("unable to read registry configuration for %#v: %v", registry, err)
continue
}
if reg == nil || !reg.Blocked {
Expand Down

0 comments on commit e9969bc

Please sign in to comment.