aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2015-11-16 00:06:10 +0400
committerAnders Broman <a.broman58@gmail.com>2015-12-07 07:11:54 +0000
commit9a9b1c9bbaba1e23a17b6a3f06afac7116c6a82b (patch)
treec5feed0ecd58da3593cb5998fc7b8110ec0f1769 /asn1
parenta18af795fafb562452446118e322f0f73c799d65 (diff)
Spelling fixes for errors found by lintian
Change-Id: I889283902875193f4d3f3fd59788f59f8d9bcc20 Reviewed-on: https://code.wireshark.org/review/11945 Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/atn-cm/packet-atn-cm-template.c2
-rw-r--r--asn1/atn-cpdlc/packet-atn-cpdlc-template.c2
-rw-r--r--asn1/snmp/packet-snmp-template.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/asn1/atn-cm/packet-atn-cm-template.c b/asn1/atn-cm/packet-atn-cm-template.c
index 4dddf6ef53..070bf61281 100644
--- a/asn1/atn-cm/packet-atn-cm-template.c
+++ b/asn1/atn-cm/packet-atn-cm-template.c
@@ -144,7 +144,7 @@ dissect_atn_cm_heur(
if (is_atn_cm == TRUE) {
/* note: */
/* all subsequent PDU's belonging to this conversation are considered CM */
- /* if the first CM PDU has been decoded succesfully */
+ /* if the first CM PDU has been decoded successfully */
/* (This is done in "atn-ulcs" by using "call_dissector_with_data()") */
/* DT: dstref present, srcref is always zero */
diff --git a/asn1/atn-cpdlc/packet-atn-cpdlc-template.c b/asn1/atn-cpdlc/packet-atn-cpdlc-template.c
index c08071ceb3..870f88cbdf 100644
--- a/asn1/atn-cpdlc/packet-atn-cpdlc-template.c
+++ b/asn1/atn-cpdlc/packet-atn-cpdlc-template.c
@@ -259,7 +259,7 @@ dissect_atn_cpdlc_heur(
/* note: */
/* all subsequent PDU's belonging to this conversation */
/* are considered CPDLC */
- /* if the first CPDLC PDU has been decoded succesfully */
+ /* if the first CPDLC PDU has been decoded successfully */
/* (This is done in "atn-ulcs" by using "call_dissector_with_data()") */
/* DT: dstref present, srcref is always zero */
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index ca9e3e4135..1bc8f79fd2 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -1692,7 +1692,7 @@ snmp_usm_priv_des(snmp_usm_params_t* p _U_, tvbuff_t* encryptedData _U_, gchar c
cryptgrm_len = tvb_captured_length(encryptedData);
if ((cryptgrm_len <= 0) || (cryptgrm_len % 8)) {
- *error = "decryptionError: the length of the encrypted data is not a mutiple of 8 octets";
+ *error = "decryptionError: the length of the encrypted data is not a multiple of 8 octets";
return NULL;
}