Address review comments

This commit is contained in:
Michelle Au
2017-05-26 11:48:31 -07:00
parent 5fcb82dde9
commit f385dfcb3b
3 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ type VolumeTestConfig struct {
ServerImage string
// Ports to export from the server pod. TCP only.
ServerPorts []int
// Commands to run in the comtainer image.
// Commands to run in the container image.
ServerCmds []string
// Arguments to pass to the container image.
ServerArgs []string