From 89240fcdc4c3f840237e2630911050c8b076357d Mon Sep 17 00:00:00 2001 From: "Evelyn.Xu" Date: Mon, 19 Dec 2016 20:33:36 +0800 Subject: [PATCH] correct the spelling error of driver (#29523) Signed-off-by: erxian Upstream-commit: 054e479bfae694194d40b4b68c63e5819a436b29 Component: engine --- components/engine/daemon/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/daemon/daemon.go b/components/engine/daemon/daemon.go index e43a50b5e3..85a3b825b1 100644 --- a/components/engine/daemon/daemon.go +++ b/components/engine/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 {