From dbb90e7e9f988534fc972d5789a666243b073949 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 12 Mar 2016 11:56:10 +0000 Subject: ntlm: Corrected some typos in function descriptions --- lib/curl_sasl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/curl_sasl.c') diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c index ef6283c5a..fd446a542 100644 --- a/lib/curl_sasl.c +++ b/lib/curl_sasl.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2012 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 2012 - 2016, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -1143,11 +1143,11 @@ void Curl_sasl_digest_cleanup(struct digestdata *digest) /* * Curl_sasl_ntlm_cleanup() * - * This is used to clean up the ntlm specific data. + * This is used to clean up the NTLM specific data. * * Parameters: * - * ntlm [in/out] - The ntlm data struct being cleaned up. + * ntlm [in/out] - The NTLM data struct being cleaned up. * */ void Curl_sasl_ntlm_cleanup(struct ntlmdata *ntlm) @@ -1230,7 +1230,7 @@ void Curl_sasl_cleanup(struct connectdata *conn, unsigned int authused) #endif #if defined(USE_NTLM) - /* Cleanup the ntlm structure */ + /* Cleanup the NTLM structure */ if(authused == SASL_MECH_NTLM) { Curl_sasl_ntlm_cleanup(&conn->ntlm); } -- cgit v1.2.3