aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v6.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openflow_v6.c')
-rw-r--r--epan/dissectors/packet-openflow_v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openflow_v6.c b/epan/dissectors/packet-openflow_v6.c
index f3bd0ef466..b36fa5ede3 100644
--- a/epan/dissectors/packet-openflow_v6.c
+++ b/epan/dissectors/packet-openflow_v6.c
@@ -6543,7 +6543,7 @@ dissect_openflow_message_v6(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
dissect_openflow_switch_features_v6(tvb, pinfo, tree, offset, length);
break;
case OFPT_GET_CONFIG_REQUEST:
- /* mesage has no body */
+ /* message has no body */
break;
case OFPT_GET_CONFIG_REPLY:
case OFPT_SET_CONFIG: