From 50328acf85357beefabe74d7cc61b7973438ebdb Mon Sep 17 00:00:00 2001 From: allencloud Date: Fri, 23 Dec 2016 20:48:25 +0800 Subject: [PATCH] fix nits in comments Signed-off-by: allencloud Upstream-commit: 4e68d651b35689f1d583b5c7a95e61d5af2d3a34 Component: cli --- components/cli/command/swarm/unlock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/command/swarm/unlock.go b/components/cli/command/swarm/unlock.go index f7d418760b..aa752e2148 100644 --- a/components/cli/command/swarm/unlock.go +++ b/components/cli/command/swarm/unlock.go @@ -37,7 +37,7 @@ func runUnlock(dockerCli *command.DockerCli, opts unlockOptions) error { client := dockerCli.Client() ctx := context.Background() - // First see if the node is actually part of a swarm, and if it's is actually locked first. + // First see if the node is actually part of a swarm, and if it is actually locked first. // If it's in any other state than locked, don't ask for the key. info, err := client.Info(ctx) if err != nil {