From 1fd33fd4595bb1b6095ffa3300aa760c088abd8d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 17:59:08 +0200 Subject: WAI: fix fix spelling typo found by lintian Change-Id: I3d468c3b1ff0eb79136bc07859442ebd184c456f Reviewed-on: https://code.wireshark.org/review/18527 Reviewed-by: Anders Broman --- epan/dissectors/packet-wai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-wai.c b/epan/dissectors/packet-wai.c index 43d3e63a6b..f54ade66e9 100644 --- a/epan/dissectors/packet-wai.c +++ b/epan/dissectors/packet-wai.c @@ -166,7 +166,7 @@ static const value_string wai_type_names [] = { static const value_string wai_attr_type_names [] = { { 1, "Signature"}, - { 2, "Certificate Authentification Result"}, + { 2, "Certificate Authentication Result"}, { 3, "Identity List"}, { 0, NULL } }; -- cgit v1.2.3