Merge pull request #28333 from chchliang/wordcode

`dont` spell error
Upstream-commit: 48339156448f3611b455a80098754163aa034e9e
Component: engine
This commit is contained in:
Vincent Demeester
2016-11-12 13:51:53 +01:00
committed by GitHub

View File

@ -793,7 +793,7 @@ func (daemon *Daemon) Shutdown() error {
})
}
// Shutdown plugins after containers. Dont change the order.
// Shutdown plugins after containers. Don't change the order.
daemon.pluginShutdown()
// trigger libnetwork Stop only if it's initialized