瀏覽代碼

correct the spelling error of driver (#29523)

Signed-off-by: erxian <evelynhsu21@gmail.com>
Evelyn.Xu 8 年之前
父節點
當前提交
054e479bfa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/daemon.go

+ 1 - 1
daemon/daemon.go

@@ -342,7 +342,7 @@ func (daemon *Daemon) restore() error {
 		// if the container has restart policy, do not
 		// prepare the mountpoints since it has been done on restarting.
 		// This is to speed up the daemon start when a restart container
-		// has a volume and the volume dirver is not available.
+		// has a volume and the volume driver is not available.
 		if _, ok := restartContainers[c]; ok {
 			continue
 		} else if _, ok := removeContainers[c.ID]; ok {