From daba1b3df655242353c70c8f77e9a6bb9db432b1 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg <rothberg@redhat.com> Date: Fri, 20 Sep 2019 08:36:11 +0200 Subject: [PATCH] fix typo in package description Signed-off-by: Valentin Rothberg <rothberg@redhat.com> --- plugins/meta/dnsname/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- GitLab