mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
trivial: typo cleanup
Signed-off-by: David Mackey <tdmackey@booleanhaiku.com>
This commit is contained in:
parent
2f513db31d
commit
3941623fbc
29 changed files with 39 additions and 39 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue