lib: fixing comment spelling typos in lib files

Closes #7894
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
This commit is contained in:
Eddie Lumpkin 2021-10-22 18:59:11 +00:00 committed by Daniel Stenberg
parent 83393b1a36
commit 8e701cc978
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 15 additions and 15 deletions

View file

@ -2633,7 +2633,7 @@ CURLMcode curl_multi_cleanup(struct Curl_multi *multi)
multi->magic = 0; /* not good anymore */
/* Firsrt remove all remaining easy handles */
/* First remove all remaining easy handles */
data = multi->easyp;
while(data) {
nextdata = data->next;