Browse code

I can lose a screw if its on too loose

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2019/04/23 10:36:31
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