From 9f564e69a22393b8a627c8b05ce51a02258fcc48 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 18:19:09 +0200 Subject: [PATCH] btatt: fix fix spelling typo found by lintian Change-Id: I405e73d15badfa98c311391f22c57314e83bb9d0 Reviewed-on: https://code.wireshark.org/review/18542 Reviewed-by: Michal Labedzki --- epan/dissectors/packet-btatt.c | 4 ++-- 1 file 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} },