Ver Fonte

Add support for PTR records

Florent AIDE há 9 anos atrás
pai
commit
bb4665048b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      serve_test.go

+ 1 - 1
serve_test.go

@@ -31,7 +31,7 @@ func (s *ServeSuite) SetUpSuite(c *C) {
 	setupRootZone()
 	zonesReadDir("dns", Zones)
 
-	// listenAndServe returns after listning on udp + tcp, so just
+	// listenAndServe returns after listening on udp + tcp, so just
 	// wait for it before continuing
 	listenAndServe(PORT)