mirror of
https://github.com/curl/curl.git
synced 2026-08-05 09:56:26 +03:00
lib: fixing comment spelling typos in lib files
Closes #7894 Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
This commit is contained in:
parent
83393b1a36
commit
8e701cc978
10 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue