Browse Source

Add support for PTR records

Florent AIDE 9 years ago
parent
commit
bb4665048b
1 changed files with 1 additions and 1 deletions
  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)