aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v6.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-03-25 09:46:07 +0000
committerAnders Broman <a.broman58@gmail.com>2020-03-25 12:07:03 +0000
commit8baf0fd295a58a26564ad0db541dc9c32d85555b (patch)
treeffa4308cdc7d30b596318ef442c900996ad540e5 /epan/dissectors/packet-openflow_v6.c
parent3d730f84fe42d7dc78af3f8313917cacb028c3b0 (diff)
fix typo found by lintian (mesage => message)
Change-Id: I51654f51b2affd2363966900be4d57824d1c9385 Reviewed-on: https://code.wireshark.org/review/36563 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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: