We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f3256 commit 59b587aCopy full SHA for 59b587a
ecs-init/docker/docker.go
@@ -199,7 +199,7 @@ func (c *client) LoadImage(image io.Reader) error {
199
return c.docker.LoadImage(godocker.LoadImageOptions{InputStream: image})
200
}
201
202
-// RemoveExistingAgentContainer remvoes any existing container named
+// RemoveExistingAgentContainer removes any existing container named
203
// "ecs-agent" or returns without error if none is found
204
func (c *client) RemoveExistingAgentContainer() error {
205
containerToRemove, err := c.findAgentContainer()
0 commit comments