Selaa lähdekoodia

fix typo in error message

Signed-off-by: Filipe Pina <hzlu1ot0@duck.com>
Filipe Pina 1 vuosi sitten
vanhempi
commit
ef681124ca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      libnetwork/service_common.go

+ 1 - 1
libnetwork/service_common.go

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