From f8e0ae63305ac712d8e40dfa72a6af497205f371 Mon Sep 17 00:00:00 2001 From: xieyanker Date: Fri, 23 Aug 2019 00:44:25 +0800 Subject: [PATCH] fix typo "dnstop" >> "dnstap" (#3170) --- plugin/dnstap/dnstapio/io.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/dnstap/dnstapio/io.go b/plugin/dnstap/dnstapio/io.go index 65e2e222e..9a4c26042 100644 --- a/plugin/dnstap/dnstapio/io.go +++ b/plugin/dnstap/dnstapio/io.go @@ -70,7 +70,7 @@ func (dio *dnstapIO) newConnect() error { return dio.enc.resetWriter(dio.conn) } -// Connect connects to the dnstop endpoint. +// Connect connects to the dnstap endpoint. func (dio *dnstapIO) Connect() { if err := dio.newConnect(); err != nil { log.Error("No connection to dnstap endpoint")