aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:19:09 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:41:56 +0000
commit9f564e69a22393b8a627c8b05ce51a02258fcc48 (patch)
tree092ce01ba9ff99be54145c53edb6e276b1e35595
parentc553cb19b1a47a06522a8159c8165e481c43566c (diff)
btatt: fix fix spelling typo found by lintian
Change-Id: I405e73d15badfa98c311391f22c57314e83bb9d0 Reviewed-on: https://code.wireshark.org/review/18542 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
-rw-r--r--epan/dissectors/packet-btatt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btatt.c b/epan/dissectors/packet-btatt.c
index 1b27532a43..4bd6687ccb 100644
--- a/epan/dissectors/packet-btatt.c
+++ b/epan/dissectors/packet-btatt.c
@@ -10706,12 +10706,12 @@ proto_register_btatt(void)
NULL, HFILL}
},
{&hf_btatt_characteristic_presentation_namespace_description,
- {"Namespace Descrition", "btatt.characteristic_presentation.namespace_description",
+ {"Namespace Description", "btatt.characteristic_presentation.namespace_description",
FT_UINT16, BASE_HEX, NULL, 0x0,
NULL, HFILL}
},
{&hf_btatt_characteristic_presentation_namespace_description_btsig,
- {"Namespace Descrition", "btatt.characteristic_presentation.namespace_description",
+ {"Namespace Description", "btatt.characteristic_presentation.namespace_description",
FT_UINT16, BASE_HEX, VALS(characteristic_presentation_namespace_description_btsig_vals), 0x0,
NULL, HFILL}
},