Skip to content

Commit

Permalink
fix typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Pina <hzlu1ot0@duck.com>
  • Loading branch information
fopina authored and Dzejrou committed Mar 5, 2024
1 parent 80c7a78 commit 611610f
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 611610f

Please sign in to comment.