mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo
Signed-off-by: rongzhang <rongzhang@alauda.io>
This commit is contained in:
parent
87e7930892
commit
88329c104c
1 changed files with 1 additions and 1 deletions
|
@ -1731,7 +1731,7 @@ func (s *DockerSwarmSuite) TestNetworkInspectWithDuplicateNames(c *check.C) {
|
|||
out, err = d.Cmd("network", "rm", n2.ID)
|
||||
c.Assert(err, checker.IsNil, check.Commentf("%s", out))
|
||||
|
||||
// Dupliates with name but with different driver
|
||||
// Duplicates with name but with different driver
|
||||
options.Driver = "overlay"
|
||||
|
||||
n2, err = cli.NetworkCreate(context.Background(), name, options)
|
||||
|
|
Loading…
Add table
Reference in a new issue