trivial: typo cleanup
Signed-off-by: David Mackey <tdmackey@booleanhaiku.com> Upstream-commit: 3941623fbc3fa724d61f53121513ffd87d03b61c Component: engine
This commit is contained in:
@ -262,7 +262,7 @@ func (s *DockerSuite) TestCommitMergeConfigRun(c *check.C) {
|
||||
|
||||
out, _ = dockerCmd(c, "run", "--name", name, "commit-test")
|
||||
if strings.TrimSpace(out) != "testing" {
|
||||
c.Fatal("run config in commited container was not merged")
|
||||
c.Fatal("run config in committed container was not merged")
|
||||
}
|
||||
|
||||
type cfg struct {
|
||||
|
||||
Reference in New Issue
Block a user