summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-09-20 08:36:11 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-09-20 08:36:11 +0200
commitdaba1b3df655242353c70c8f77e9a6bb9db432b1 (patch)
tree8ed79978e12ec3dac7e0434f16d3abde69567bc3 /plugins
parent31e586385b9aad7dea3a79f9c6a4aa5f83583bc2 (diff)
fix typo in package description
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/meta/dnsname/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/meta/dnsname/main.go b/plugins/meta/dnsname/main.go
index f5f1995..9da7bb0 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 (