mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
trivial: typo cleanup
Signed-off-by: David Mackey <tdmackey@booleanhaiku.com>
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