aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}
},