Merge pull request #11342 from sunyuan3/spellingmistake
correct a spelling mistake
This commit is contained in:
commit
d9c6787b4a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue