From 8baf0fd295a58a26564ad0db541dc9c32d85555b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 25 Mar 2020 09:46:07 +0000 Subject: fix typo found by lintian (mesage => message) Change-Id: I51654f51b2affd2363966900be4d57824d1c9385 Reviewed-on: https://code.wireshark.org/review/36563 Reviewed-by: Anders Broman --- epan/dissectors/packet-openflow_v6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-openflow_v6.c') 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: -- cgit v1.2.3