From 4fca3b0fb0d443b5b86beafea123f757b9ff2d69 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Wed, 28 Aug 2019 21:34:48 +0800 Subject: [PATCH] fix mis-spelling in pcap.go (#3222) --- plugin/debug/pcap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: //