aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee1905.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-11-15 14:24:58 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2017-11-20 09:18:04 +0000
commit496797f0dc414ede3e0e6ac297ab7d7ed966d76a (patch)
treece0389cfb795ae540556514803c816975c1f325e /epan/dissectors/packet-ieee1905.c
parent93e7bed24ef7ddbaeac915eedf820eb0b19a62e7 (diff)
ieee1905: fix typo bandwith => bandwidth
found by lintian Change-Id: Id9b113eddae5bcbcfb0c9b3d1dfb6008aa3d7269 Reviewed-on: https://code.wireshark.org/review/24502 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-ieee1905.c')
-rw-r--r--epan/dissectors/packet-ieee1905.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee1905.c b/epan/dissectors/packet-ieee1905.c
index 456847da14..8675d7809c 100644
--- a/epan/dissectors/packet-ieee1905.c
+++ b/epan/dissectors/packet-ieee1905.c
@@ -877,7 +877,7 @@ static const value_string channel_preference_reason_vals[] = {
{ 0x2, "Intra-network 802.11 OBSS interfernece management" },
{ 0x3, "External network 802.11 OBSS interference management" },
{ 0x4, "Reduced coverage (e.g. due to limited transmit power" },
- { 0x5, "Reduced throughput (e.g. due to limited channel bandwith..." },
+ { 0x5, "Reduced throughput (e.g. due to limited channel bandwidth..." },
{ 0x6, "In-device interference within AP" },
{ 0x7, "Operation disallowed due to radar detection on a DFS channel" },
{ 0x8, "Operation would prevent backhaul operatoon uding shared radio" },