瀏覽代碼

commands: fix a comment typo

s/overide/override

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Chen Hanxiao 10 年之前
父節點
當前提交
0050efcd8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/client/commands.go

+ 1 - 1
api/client/commands.go

@@ -362,7 +362,7 @@ func (cli *DockerCli) CmdLogin(args ...string) error {
 	} else {
 	} else {
 		// However, if they don't override the username use the
 		// However, if they don't override the username use the
 		// password or email from the cmd line if specified. IOW, allow
 		// 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
 		// use what's in the config file
 		if password == "" {
 		if password == "" {
 			password = authconfig.Password
 			password = authconfig.Password