aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:22:30 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:42:04 +0000
commitbdf99169cc699e36bd47e22514f8ac6b31f59bee (patch)
tree2f40962a6e56bad13b6b60d3206e2ae8960e61a2
parent9f564e69a22393b8a627c8b05ce51a02258fcc48 (diff)
btavdtp: fix fix spelling typo found by lintian
Change-Id: I15d4343787a7c6b1c16ca8aa77ef2ddd159e6ef0 Reviewed-on: https://code.wireshark.org/review/18543 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
-rw-r--r--epan/dissectors/packet-btavdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btavdtp.c b/epan/dissectors/packet-btavdtp.c
index 6bca31c339..5b5c0bb0dc 100644
--- a/epan/dissectors/packet-btavdtp.c
+++ b/epan/dissectors/packet-btavdtp.c
@@ -2321,7 +2321,7 @@ proto_register_btavdtp(void)
NULL, HFILL }
},
{ &hf_btavdtp_sbc_min_bitpool,
- { "Minumum Bitpool", "btavdtp.codec.sbc.minimum_bitpool",
+ { "Minimum Bitpool", "btavdtp.codec.sbc.minimum_bitpool",
FT_UINT8, BASE_DEC, NULL, 0x00,
NULL, HFILL }
},