From 59060e1b64b4c5cd296cbf0951656061568ca14b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 16 Apr 2015 16:16:32 -0700 Subject: Fix spelling error. Also clean up alignment. Change-Id: Ib1efb5f642489ea2ddfe2d129c083eda72551bad Reviewed-on: https://code.wireshark.org/review/8100 Reviewed-by: Guy Harris --- epan/dissectors/packet-giop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-giop.h b/epan/dissectors/packet-giop.h index 1f53885634..d14edaa206 100644 --- a/epan/dissectors/packet-giop.h +++ b/epan/dissectors/packet-giop.h @@ -57,11 +57,11 @@ typedef struct MessageHeader { guint8 message_type; guint32 message_size; - /* MSG dependant data */ + /* MSG dependent data */ guint32 req_id; /* request id in MSG */ guint32 rep_status; /* reply status in MSG if available */ - gchar *exception_id; /* exception string if a USER EXCEPTION occurs */ + gchar *exception_id; /* exception string if a USER EXCEPTION occurs */ } MessageHeader; -- cgit v1.2.3