Преглед на файлове

Made doc consistent with code

The name of the folder was shortened in a1ea562

Signed-off-by: Michael Käufl <docker@c.michael-kaeufl.de>
Michael Käufl преди 10 години
родител
ревизия
54ac3d9c76
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      integration-cli/docker_utils.go

+ 1 - 1
integration-cli/docker_utils.go

@@ -50,7 +50,7 @@ func enableUserlandProxy() bool {
 }
 }
 
 
 // NewDaemon returns a Daemon instance to be used for testing.
 // NewDaemon returns a Daemon instance to be used for testing.
-// This will create a directory such as daemon123456789 in the folder specified by $DEST.
+// This will create a directory such as d123456789 in the folder specified by $DEST.
 // The daemon will not automatically start.
 // The daemon will not automatically start.
 func NewDaemon(c *check.C) *Daemon {
 func NewDaemon(c *check.C) *Daemon {
 	dest := os.Getenv("DEST")
 	dest := os.Getenv("DEST")