Signed-off-by: rongzhang <rongzhang@alauda.io>
This commit is contained in:
rongzhang 2018-09-27 23:51:03 +08:00
parent 87e7930892
commit 88329c104c
1 changed files with 1 additions and 1 deletions

View File

@ -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)