X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/36d05440fdc32452d8f3722f6f415bdc60e3e48e..94366a69b0ea80c2e85aa89f7b7f30d7f335bd76:/print-snmp.c diff --git a/print-snmp.c b/print-snmp.c index d05a5d38..7301e345 100644 --- a/print-snmp.c +++ b/print-snmp.c @@ -1090,7 +1090,7 @@ smi_print_value(netdissect_options *ndo, } if (NOTIFY_CLASS(pduid) && smiNode->access < SMI_ACCESS_NOTIFY) { - ND_PRINT("[notNotifyable]"); + ND_PRINT("[notNotifiable]"); } if (READ_CLASS(pduid) && smiNode->access < SMI_ACCESS_READ_ONLY) {