Skip to content

Commit

Permalink
Merge pull request moby#47478 from fopina/patch-1
Browse files Browse the repository at this point in the history
fix typo in error message
  • Loading branch information
akerouanton authored Mar 1, 2024
2 parents b8aa857 + ef68112 commit f8e6801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnetwork/service_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c *Controller) deleteEndpointNameResolution(svcName, svcID, nID, eID, cont

// Delete container resolution mappings
if err := c.delContainerNameResolution(nID, eID, containerName, taskAliases, ip, method); err != nil {
log.G(context.TODO()).WithError(err).Warn("Error delting container from resolver")
log.G(context.TODO()).WithError(err).Warn("Error deleting container from resolver")
}

serviceID := svcID
Expand Down

0 comments on commit f8e6801

Please sign in to comment.