Browse Source

Merge pull request #37926 from riverzhang/typo

Fix typo
Yong Tang 6 năm trước cách đây
mục cha
commit
97dcf6adf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      integration-cli/docker_cli_swarm_test.go

+ 1 - 1
integration-cli/docker_cli_swarm_test.go

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