diff --git a/daemon/daemon.go b/daemon/daemon.go index 44b41be38b..0b9d22c9ed 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -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