aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-xml.h')
-rw-r--r--epan/dissectors/packet-xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xml.h b/epan/dissectors/packet-xml.h
index 11e7d5902e..7bedc9b100 100644
--- a/epan/dissectors/packet-xml.h
+++ b/epan/dissectors/packet-xml.h
@@ -64,7 +64,7 @@ typedef struct _xml_ns_t {
typedef struct _xml_frame_t {
int type;
struct _xml_frame_t* parent;
- struct _xml_frame_t* firts_child;
+ struct _xml_frame_t* first_child;
struct _xml_frame_t* last_child;
struct _xml_frame_t* prev_sibling;
struct _xml_frame_t* next_sibling;