aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-16 16:16:32 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-16 23:17:07 +0000
commit59060e1b64b4c5cd296cbf0951656061568ca14b (patch)
tree96624bcbe1377cc0c7748d96d2f59218f411bb5d
parent8e03c6e02eb2be2d221bad9b579970e940079933 (diff)
Fix spelling error.
Also clean up alignment. Change-Id: Ib1efb5f642489ea2ddfe2d129c083eda72551bad Reviewed-on: https://code.wireshark.org/review/8100 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-giop.h4
1 files 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;