Browse code

Merge pull request #39126 from SvenDowideit/loose-spelling

I can lose a screw if its on too loose

Vincent Demeester authored on 2019/04/23 20:00:47
Showing 1 changed files
... ...
@@ -466,7 +466,7 @@ func (c *Cluster) Info() types.Info {
466 466
 		default:
467 467
 			if info.Managers == 2 {
468 468
 				const warn string = `WARNING: Running Swarm in a two-manager configuration. This configuration provides
469
-         no fault tolerance, and poses a high risk to loose control over the cluster.
469
+         no fault tolerance, and poses a high risk to lose control over the cluster.
470 470
          Refer to https://docs.docker.com/engine/swarm/admin_guide/ to configure the
471 471
          Swarm for fault-tolerance.`
472 472