SSL: fix fix spelling typo found by lintian

Change-Id: Ied94f5fa5858fd6d9da7183eb05e32430554ec33
Reviewed-on: https://code.wireshark.org/review/18526
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-10-27 17:58:39 +02:00 committed by Anders Broman
parent 3aba4d5e61
commit d3290b58cf
1 changed files with 2 additions and 2 deletions

View File

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