aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-06 01:34:58 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-06 01:34:58 +0000
commit5efc910f33f434f29fff711a3958878e6c3441ed (patch)
treed30cafc4dca690450bd630a40b77b47565857b85 /epan/dissectors/packet-dcm.c
parent6ee585c648159e3267eca67099edf85eb89bf89b (diff)
Fix various typos and spelling errors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35126 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcm.c')
-rw-r--r--epan/dissectors/packet-dcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcm.c b/epan/dissectors/packet-dcm.c
index 4646c9a784..91540a89ab 100644
--- a/epan/dissectors/packet-dcm.c
+++ b/epan/dissectors/packet-dcm.c
@@ -439,7 +439,7 @@ typedef struct dcm_state_pdv {
/* Used and filled for Export Object only */
gpointer data; /* Copy of PDV data without any PDU/PDV header */
- guint32 data_len; /* Length of this PDV buffer. If >0, memory has been alocated */
+ guint32 data_len; /* Length of this PDV buffer. If >0, memory has been allocated */
gchar *sop_class_uid; /* SOP Class UID. Set in 1st PDV of a DICOM object. se_alloc() */
gchar *sop_instance_uid; /* SOP Instance UID. Set in 1st PDV of a DICOM object. se_alloc() */