cleanup: misc typos in strings and comments

Found via `codespell`

Closes #2389
This commit is contained in:
luz.paz 2018-03-15 22:51:03 -04:00 committed by Daniel Stenberg
parent 39dc0bca5b
commit 236402fc2d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
16 changed files with 17 additions and 17 deletions

View file

@ -89,7 +89,7 @@ CURLcode Curl_input_negotiate(struct connectdata *conn, bool proxy,
}
}
/* Initilise the security context and decode our challenge */
/* Initialize the security context and decode our challenge */
result = Curl_auth_decode_spnego_message(data, userp, passwdp, service,
host, header, neg_ctx);