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>
This commit is contained in:
Alexis La Goutte 2016-10-27 18:19:09 +02:00 committed by Anders Broman
parent c553cb19b1
commit 9f564e69a2
1 changed files with 2 additions and 2 deletions

View File

@ -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}
},