]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-snmp.c
Fix spelling
[tcpdump] / print-snmp.c
index d05a5d383dd413b45d5dd67654ad1734147545e7..7301e345316bb1c6924f8d4eec81d574209b0a8a 100644 (file)
@@ -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) {