summaryrefslogtreecommitdiff
path: root/lib/vauth/krb5_sspi.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-04-14 21:52:00 +0200
committerJay Satiro <raysatiro@yahoo.com>2018-04-15 03:25:48 -0400
commit36f0f47887563b2e016554dc0b8747cef39f746f (patch)
treee02ee193bbbbe9c675407095070c05f6eae364cc /lib/vauth/krb5_sspi.c
parent631f64cf462ef1d715b909f901074844230fa36e (diff)
downloadgnurl-36f0f47887563b2e016554dc0b8747cef39f746f.tar.gz
gnurl-36f0f47887563b2e016554dc0b8747cef39f746f.tar.bz2
gnurl-36f0f47887563b2e016554dc0b8747cef39f746f.zip
vauth: Fix typo
Address various spellings of "credentials". Closes https://github.com/curl/curl/pull/2496
Diffstat (limited to 'lib/vauth/krb5_sspi.c')
-rw-r--r--lib/vauth/krb5_sspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/krb5_sspi.c b/lib/vauth/krb5_sspi.c
index 196b157d6..9afb971fc 100644
--- a/lib/vauth/krb5_sspi.c
+++ b/lib/vauth/krb5_sspi.c
@@ -135,7 +135,7 @@ CURLcode Curl_auth_create_gssapi_user_message(struct Curl_easy *data,
}
if(!krb5->credentials) {
- /* Do we have credientials to use or are we using single sign-on? */
+ /* Do we have credentials to use or are we using single sign-on? */
if(userp && *userp) {
/* Populate our identity structure */
result = Curl_create_sspi_identity(userp, passwdp, &krb5->identity);