correct the spelling error of driver (#29523)

Signed-off-by: erxian <evelynhsu21@gmail.com>
Upstream-commit: 054e479bfae694194d40b4b68c63e5819a436b29
Component: engine
This commit is contained in:
Evelyn.Xu
2016-12-19 07:33:36 -05:00
committed by Doug Davis
parent 0a2ba8aaae
commit 89240fcdc4
+1 -1
View File
@@ -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 {