diff options
author | 2019-08-23 00:44:25 +0800 | |
---|---|---|
committer | 2019-08-22 16:44:25 +0000 | |
commit | f8e0ae63305ac712d8e40dfa72a6af497205f371 (patch) | |
tree | 9edeb9874c1cccb6cec6907baf0e6787dcf29375 /plugin | |
parent | 7918190901de84e3aeeda41c80bc30ed40fdf432 (diff) | |
download | coredns-f8e0ae63305ac712d8e40dfa72a6af497205f371.tar.gz coredns-f8e0ae63305ac712d8e40dfa72a6af497205f371.tar.zst coredns-f8e0ae63305ac712d8e40dfa72a6af497205f371.zip |
fix typo "dnstop" >> "dnstap" (#3170)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/dnstap/dnstapio/io.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |