From 0050efcd8f82144ea7f6c74f9bc9af357743370d Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Fri, 20 Feb 2015 23:46:29 +0800 Subject: [PATCH] commands: fix a comment typo s/overide/override Signed-off-by: Chen Hanxiao --- api/client/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client/commands.go b/api/client/commands.go index b1bfaea7b6..ed3b4fca93 100644 --- a/api/client/commands.go +++ b/api/client/commands.go @@ -362,7 +362,7 @@ func (cli *DockerCli) CmdLogin(args ...string) error { } else { // However, if they don't override the username use the // password or email from the cmd line if specified. IOW, allow - // then to change/overide them. And if not specified, just + // then to change/override them. And if not specified, just // use what's in the config file if password == "" { password = authconfig.Password