Browse code

correct a spelling mistake

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>

Yuan Sun authored on 2015/03/12 22:21:58
Showing 1 changed files
... ...
@@ -469,7 +469,7 @@ func dockerCmd(t *testing.T, args ...string) (string, int, error) {
469 469
 	return out, status, err
470 470
 }
471 471
 
472
-// execute a docker ocmmand with a timeout
472
+// execute a docker command with a timeout
473 473
 func dockerCmdWithTimeout(timeout time.Duration, args ...string) (string, int, error) {
474 474
 	out, status, err := runCommandWithOutputAndTimeout(exec.Command(dockerBinary, args...), timeout)
475 475
 	if err != nil {