From e182fc1613196540df12bcaa846e79f80aa5432c Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 3 Oct 2018 10:27:27 +0200 Subject: comment: Fix multiple typos in function parameters Ensure that the parameters in the comment match the actual names in the prototype. Closes #3079 Reviewed-by: Daniel Stenberg --- lib/vauth/spnego_gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vauth/spnego_gssapi.c') diff --git a/lib/vauth/spnego_gssapi.c b/lib/vauth/spnego_gssapi.c index 5196c2704..4a48bdd20 100644 --- a/lib/vauth/spnego_gssapi.c +++ b/lib/vauth/spnego_gssapi.c @@ -64,7 +64,7 @@ bool Curl_auth_is_spnego_supported(void) * * data [in] - The session handle. * userp [in] - The user name in the format User or Domain\User. - * passdwp [in] - The user's password. + * passwdp [in] - The user's password. * service [in] - The service type such as http, smtp, pop or imap. * host [in] - The host name. * chlg64 [in] - The optional base64 encoded challenge message. -- cgit v1.2.3