aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/snmp.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/snmp/snmp.cnf')
-rw-r--r--asn1/snmp/snmp.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/snmp.cnf b/asn1/snmp/snmp.cnf
index b6772a4d1c..f8c3fb2b5b 100644
--- a/asn1/snmp/snmp.cnf
+++ b/asn1/snmp/snmp.cnf
@@ -196,7 +196,7 @@ gint pdu_type=-1;
severity = PI_CHAT;
} else {
gchar* calc_auth_str = bytestring_to_str(calc_auth,calc_auth_len,' ');
- proto_item_append_text(authen_item, " calcuated = %s", calc_auth_str);
+ proto_item_append_text(authen_item, " calculated = %s", calc_auth_str);
fmt = "SNMP Authentication Error";
severity = PI_WARN;
}