Przeglądaj źródła

Fix typo

Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
Wen Cheng Ma 9 lat temu
rodzic
commit
8474bbff45
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      integration-cli/docker_cli_network_unix_test.go

+ 1 - 1
integration-cli/docker_cli_network_unix_test.go

@@ -1389,7 +1389,7 @@ func (s *DockerSuite) TestEmbeddedDNSInvalidInput(c *check.C) {
 	testRequires(c, DaemonIsLinux, NotUserNamespace)
 	dockerCmd(c, "network", "create", "-d", "bridge", "nw1")
 
-	// Sending garbge to embedded DNS shouldn't crash the daemon
+	// Sending garbage to embedded DNS shouldn't crash the daemon
 	dockerCmd(c, "run", "-i", "--net=nw1", "--name=c1", "debian:jessie", "bash", "-c", "echo InvalidQuery > /dev/udp/127.0.0.11/53")
 }