From d3290b58cf1354d18620eab2862abf74b86831bc Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 17:58:39 +0200 Subject: [PATCH] SSL: fix fix spelling typo found by lintian Change-Id: Ied94f5fa5858fd6d9da7183eb05e32430554ec33 Reviewed-on: https://code.wireshark.org/review/18526 Reviewed-by: Anders Broman --- epan/dissectors/packet-ssl-utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h index 2ba7e0f1f5..329a5d833b 100644 --- a/epan/dissectors/packet-ssl-utils.h +++ b/epan/dissectors/packet-ssl-utils.h @@ -1036,12 +1036,12 @@ ssl_common_dissect_t name = { \ NULL, HFILL } \ }, \ { & name .hf.hs_ext_psk_identity_auth_modes_length, \ - { "Authentification Modes length", prefix ".handshake.extensions.psk.identity.auth_modes_length", \ + { "Authentication Modes length", prefix ".handshake.extensions.psk.identity.auth_modes_length", \ FT_UINT8, BASE_DEC, NULL, 0x0, \ NULL, HFILL } \ }, \ { & name .hf.hs_ext_psk_identity_auth_mode, \ - { "Authentification Mode", prefix ".handshake.extensions.psk.identity.auth_mode", \ + { "Authentication Mode", prefix ".handshake.extensions.psk.identity.auth_mode", \ FT_UINT8, BASE_DEC, VALS(tls_hello_ext_psk_auth_mode), 0x0, \ NULL, HFILL } \ }, \