commands: fix a comment typo

s/overide/override

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Upstream-commit: 0050efcd8f82144ea7f6c74f9bc9af357743370d
Component: engine
This commit is contained in:
Chen Hanxiao
2015-02-20 23:46:29 +08:00
parent 7b25cb1708
commit 34debd5101
+1 -1
View File
@@ -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