aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-09-18 17:19:15 +0000
committerGerald Combs <gerald@wireshark.org>2008-09-18 17:19:15 +0000
commitaac8e0d91d6b9a4dc3599701b995a42cda3f779d (patch)
tree57c95119228983244ed71a45a0b62a95454f2450 /asn1
parentdcca906f30a32c4522d3cbbc387a347953187c20 (diff)
Fix a spelling error pointed out by Noam Rathaus.
svn path=/trunk/; revision=26228
Diffstat (limited to 'asn1')
-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;
}