Sfoglia il codice sorgente

fix a minor typo in daemon/container.go

Signed-off-by: Liu Hua <sdu.liu@huawei.com>
Liu Hua 10 anni fa
parent
commit
71f8b09543
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      daemon/container.go

+ 1 - 1
daemon/container.go

@@ -324,7 +324,7 @@ func (container *Container) Start() (err error) {
 		return nil
 	}
 
-	// if we encounter and error during start we need to ensure that any other
+	// if we encounter an error during start we need to ensure that any other
 	// setup has been cleaned up properly
 	defer func() {
 		if err != nil {