fix typo in error message

Signed-off-by: Filipe Pina <hzlu1ot0@duck.com>
This commit is contained in:
Filipe Pina 2024-02-29 23:23:19 +00:00 committed by Filipe Pina
parent b8aa8579ca
commit ef681124ca
No known key found for this signature in database
GPG key ID: 6B11B25EADA6E27E

View file

@ -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