diff --git a/plugins/meta/dnsname/main.go b/plugins/meta/dnsname/main.go
index f5f19957737b91171a0c5545b348808ec9131e3e..9da7bb02c469194fe9edf910d8c7a33f9b8d447b 100644
--- a/plugins/meta/dnsname/main.go
+++ b/plugins/meta/dnsname/main.go
@@ -23,7 +23,7 @@
 // This has one notable limitation: it does not perform any kind of reservation
 // of the actual host port. If there is a service on the host, it will have all
 // its traffic captured by the container. If another container also claims a given
-// port, it will caputure the traffic - it is last-write-wins.
+// port, it will capture the traffic - it is last-write-wins.
 package main
 
 import (