aboutsummaryrefslogtreecommitdiff
path: root/lib/setopt.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-20 15:18:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-21 08:38:00 +0100
commit0c76795cafe0fccab41b3adc1be08cb81d55024f (patch)
treeec686629077ff076cc3c543f3518bdaf7ad4e50b /lib/setopt.c
parent150f45e8d1cce189a5b0b963243a8563d3d14b8e (diff)
cleanup: comment typos
Spotted by 'codespell' Closes #4957
Diffstat (limited to 'lib/setopt.c')
-rw-r--r--lib/setopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setopt.c b/lib/setopt.c
index 5a8ccac28..2e494a6df 100644
--- a/lib/setopt.c
+++ b/lib/setopt.c
@@ -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;