mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
correct a spelling mistake
Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
This commit is contained in:
@@ -469,7 +469,7 @@ func dockerCmd(t *testing.T, args ...string) (string, int, error) {
|
||||
return out, status, err
|
||||
}
|
||||
|
||||
// execute a docker ocmmand with a timeout
|
||||
// execute a docker command with a timeout
|
||||
func dockerCmdWithTimeout(timeout time.Duration, args ...string) (string, int, error) {
|
||||
out, status, err := runCommandWithOutputAndTimeout(exec.Command(dockerBinary, args...), timeout)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user