aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 17:59:46 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:35:01 +0000
commit4eb3f7fe7896f01607e37adfda125cce76f21d92 (patch)
treed1f63734b933a4a951d5c282f066c8fe00fec8d5 /epan/dissectors/packet-ntlmssp.c
parent1fd33fd4595bb1b6095ffa3300aa760c088abd8d (diff)
NTLMSSP: fix fix spelling typo found by lintian
Change-Id: I1f4c9340fcb33e2d92fc3d85d2e212da0ab6e1e2 Reviewed-on: https://code.wireshark.org/review/18528 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ntlmssp.c')
-rw-r--r--epan/dissectors/packet-ntlmssp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ntlmssp.c b/epan/dissectors/packet-ntlmssp.c
index 3bf15bcbc4..4ef5efa2e6 100644
--- a/epan/dissectors/packet-ntlmssp.c
+++ b/epan/dissectors/packet-ntlmssp.c
@@ -1489,8 +1489,8 @@ dissect_ntlmssp_challenge (tvbuff_t *tvb, packet_info *pinfo, int offset,
/* Between the challenge and the user provided password, we can build the
NTLMSSP key and initialize the cipher if we are not in EXTENDED SECURITY
in this case we need the client challenge as well*/
- /* BTW this is true just if we are in LM Authentification if not the logic is a bit different.
- * Right now it's not very clear what is LM Authentification it __seems__ to be when
+ /* BTW this is true just if we are in LM Authentication if not the logic is a bit different.
+ * Right now it's not very clear what is LM Authentication it __seems__ to be when
* NEGOTIATE NT ONLY is not set and NEGOSIATE EXTENDED SECURITY is not set as well*/
if (!(conv_ntlmssp_info->flags & NTLMSSP_NEGOTIATE_EXTENDED_SECURITY))
{