aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar AllenZMC <zhongming.chang@daocloud.io> 2019-08-28 21:34:48 +0800
committerGravatar Chris O'Haver <cohaver@infoblox.com> 2019-08-28 09:34:48 -0400
commit4fca3b0fb0d443b5b86beafea123f757b9ff2d69 (patch)
tree24ea80dab86477112406bc82191d654d7c2427ce /plugin
parentdf6235995b2d0fdbf499b998da2e9ca91fde962f (diff)
downloadcoredns-4fca3b0fb0d443b5b86beafea123f757b9ff2d69.tar.gz
coredns-4fca3b0fb0d443b5b86beafea123f757b9ff2d69.tar.zst
coredns-4fca3b0fb0d443b5b86beafea123f757b9ff2d69.zip
fix mis-spelling in pcap.go (#3222)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/debug/pcap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/debug/pcap.go b/plugin/debug/pcap.go
index 0663f6dce..493478a40 100644
--- a/plugin/debug/pcap.go
+++ b/plugin/debug/pcap.go
@@ -9,7 +9,7 @@ import (
"github.com/miekg/dns"
)
-// Hexdump converts the dns message m to a hex dump Whireshark can import.
+// Hexdump converts the dns message m to a hex dump Wireshark can import.
// See https://www.wireshark.org/docs/man-pages/text2pcap.html.
// This output looks like this:
//