diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-30 15:03:56 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-10-30 20:04:33 +0000 |
commit | e74718fa987df415f2e2c6509461b2b3a9936331 (patch) | |
tree | c66247625333eb0c9656680b654d18d0979ba29e | |
parent | ddbd90aae332e6c4b59e35bf44a735e592a3a053 (diff) |
dns: fix typo in counter
Type: fix
Change-Id: Id8a0ce8278816d2839d229799daa3735a097bc7b
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | src/plugins/dns/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dns/dns.h b/src/plugins/dns/dns.h index 499c71567d6..2351ab25f97 100644 --- a/src/plugins/dns/dns.h +++ b/src/plugins/dns/dns.h @@ -139,7 +139,7 @@ _(NONE, "No error") \ _(UNIMPLEMENTED, "Unimplemented") \ _(PROCESSED, "DNS request pkts processed") \ _(IP_OPTIONS, "DNS pkts with ip options (dropped)") \ -_(BAD_REQUEST, "DNS pkts with serious discrepanices (dropped)") \ +_(BAD_REQUEST, "DNS pkts with serious discrepancies (dropped)") \ _(TOO_MANY_REQUESTS, "DNS pkts asking too many questions") \ _(RESOLUTION_REQUIRED, "DNS pkts pending upstream name resolution") |