lib: fix typos

Closes https://github.com/curl/curl/pull/10307
This commit is contained in:
Sergey Bronnikov 2023-01-16 19:49:57 +03:00 committed by Jay Satiro
parent de07d804fb
commit 11708d6f00
5 changed files with 9 additions and 9 deletions

View file

@ -341,7 +341,7 @@ void Curl_conncontrol(struct connectdata *conn,
}
/**
* job walking the matching addr infos, createing a sub-cfilter with the
* job walking the matching addr infos, creating a sub-cfilter with the
* provided method `cf_create` and running setup/connect on it.
*/
struct eyeballer {