Browse code

Fix typo

Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>

Wen Cheng Ma authored on 2016/02/23 18:27:55
Showing 1 changed files
... ...
@@ -1389,7 +1389,7 @@ func (s *DockerSuite) TestEmbeddedDNSInvalidInput(c *check.C) {
1389 1389
 	testRequires(c, DaemonIsLinux, NotUserNamespace)
1390 1390
 	dockerCmd(c, "network", "create", "-d", "bridge", "nw1")
1391 1391
 
1392
-	// Sending garbge to embedded DNS shouldn't crash the daemon
1392
+	// Sending garbage to embedded DNS shouldn't crash the daemon
1393 1393
 	dockerCmd(c, "run", "-i", "--net=nw1", "--name=c1", "debian:jessie", "bash", "-c", "echo InvalidQuery > /dev/udp/127.0.0.11/53")
1394 1394
 }
1395 1395