Selaa lähdekoodia

Merge pull request #39126 from SvenDowideit/loose-spelling

I can lose a screw if its on too loose
Vincent Demeester 6 vuotta sitten
vanhempi
commit
0320a312d2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      daemon/cluster/swarm.go

+ 1 - 1
daemon/cluster/swarm.go

@@ -466,7 +466,7 @@ func (c *Cluster) Info() types.Info {
 		default:
 		default:
 			if info.Managers == 2 {
 			if info.Managers == 2 {
 				const warn string = `WARNING: Running Swarm in a two-manager configuration. This configuration provides
 				const warn string = `WARNING: Running Swarm in a two-manager configuration. This configuration provides
-         no fault tolerance, and poses a high risk to loose control over the cluster.
+         no fault tolerance, and poses a high risk to lose control over the cluster.
          Refer to https://docs.docker.com/engine/swarm/admin_guide/ to configure the
          Refer to https://docs.docker.com/engine/swarm/admin_guide/ to configure the
          Swarm for fault-tolerance.`
          Swarm for fault-tolerance.`