From 0c76795cafe0fccab41b3adc1be08cb81d55024f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Feb 2020 15:18:38 +0100 Subject: cleanup: comment typos Spotted by 'codespell' Closes #4957 --- lib/setopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/setopt.c') 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; -- cgit v1.2.3