aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 17:59:08 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:29:32 +0000
commit1fd33fd4595bb1b6095ffa3300aa760c088abd8d (patch)
treeec0dc0603938a58ec87d2915a4f08939e6e3094d
parentd3290b58cf1354d18620eab2862abf74b86831bc (diff)
WAI: fix fix spelling typo found by lintian
Change-Id: I3d468c3b1ff0eb79136bc07859442ebd184c456f Reviewed-on: https://code.wireshark.org/review/18527 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-wai.c2
1 files changed, 1 insertions, 1 deletions
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 }
};