Browse Source

don't spell error

Signed-off-by: chchliang <chen.chuanliang@zte.com.cn>
(cherry picked from commit 167f2f3f1bb4cf80abe1fbb4a090179a850363e3)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
chchliang 8 năm trước cách đây
mục cha
commit
6c466eadb7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      daemon/daemon.go

+ 1 - 1
daemon/daemon.go

@@ -796,7 +796,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