aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:02:29 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:36:26 +0000
commit63b6eabed8e48a4bf26f3d5c66cbf52214057f2d (patch)
tree9fd36b35fc65a9f95a1a5f41fe904de07e9a1d73
parent236f25dfac16755715768c449fcd3b3ebb7175fd (diff)
ieee802154: fix fix spelling typo found by lintian
Change-Id: I0d3d56447aab6f012338016875bc05a9eaf3a2be Reviewed-on: https://code.wireshark.org/review/18532 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-ieee802154.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c
index f757856ecf..73165b29ba 100644
--- a/epan/dissectors/packet-ieee802154.c
+++ b/epan/dissectors/packet-ieee802154.c
@@ -451,7 +451,7 @@ static const value_string ieee802154_cmd_names[] = {
{ IEEE802154_CMD_DSME_GTS_RSP, "DSME GTS Response"},
{ IEEE802154_CMD_DSME_GTS_NOTIFY, "DSME GTS Notify"},
{ IEEE802154_CMD_DSME_INFO_REQ, "DSME Information Request"},
- { IEEE802154_CMD_DSME_INFO_RSP, "DSME Information Reponse"},
+ { IEEE802154_CMD_DSME_INFO_RSP, "DSME Information Response"},
{ IEEE802154_CMD_DSME_BEACON_ALLOC_NOTIFY, "DSME Beacon Allocation Notification"},
{ IEEE802154_CMD_DSME_BEACON_COLL_NOTIFY, "DSME Beacon Collision Notification"},
{ IEEE802154_CMD_DSME_LINK_REPORT, "DSME Link Report"},