cleanup: comment typos

Spotted by 'codespell'

Closes #4957
This commit is contained in:
Daniel Stenberg 2020-02-20 15:18:38 +01:00
parent 150f45e8d1
commit 0c76795caf
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 7 deletions

View file

@ -2288,7 +2288,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
case CURLOPT_SSH_KEYFUNCTION:
/* setting to NULL is fine since the ssh.c functions themselves will
then rever to use the internal default */
then revert to use the internal default */
data->set.ssh_keyfunc = va_arg(param, curl_sshkeycallback);
break;