Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Sep 5, 2021
1 parent f52b8ef commit c7a130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsutils/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type DnsAnswer struct {

type DnsMessage struct {
Operation string `json:"operation" msgpack:"operation"`
Identity string `json:"identiy" msgpack:"identiy"`
Identity string `json:"identity" msgpack:"identity"`
Family string `json:"family" msgpack:"family"`
Protocol string `json:"protocol" msgpack:"protocol"`
QueryIp string `json:"query-ip" msgpack:"query-ip"`
Expand Down

0 comments on commit c7a130d

Please sign in to comment.