aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-18 19:32:11 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-18 19:32:11 +0000
commitd2ba316fd9f4dc449589f8ab4e1744cd93e80eb8 (patch)
tree15e3e03936d96d461f5da1c0fc81ea31a31dc7e2
parenta7b7e98cb157bfd6d362dc778687959c8f942bda (diff)
Fix two typos
svn path=/trunk/; revision=27052
-rw-r--r--epan/dissectors/packet-dcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcm.c b/epan/dissectors/packet-dcm.c
index 98b0683408..a2bbec038e 100644
--- a/epan/dissectors/packet-dcm.c
+++ b/epan/dissectors/packet-dcm.c
@@ -4362,7 +4362,7 @@ dcm_export_create_object(packet_info *pinfo, dcm_state_assoc_t *assoc, dcm_state
gchar *sop_class_uid = NULL;
gchar *sop_instance_uid = NULL;
- /* Calculate total PDV lengthh, i.e. all packets until last PDV without continuation */
+ /* Calculate total PDV length, i.e. all packets until last PDV without continuation */
pdv_curr = pdv;
pdv_same_pkt = pdv;
pdv_combined_len=pdv_curr->data_len;
@@ -5718,7 +5718,7 @@ dissect_dcm_tag(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
}
else {
- /* Defined lengthh */
+ /* Defined length */
endpos_item = offset + vl_max;
while (offset < endpos_item) {