aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;