lib: fix comment typos

Five separate ones, found by codespell

Closes #12390
This commit is contained in:
Daniel Stenberg 2023-11-23 09:51:14 +01:00
parent 323df4261c
commit 0510e8b58c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ struct per_transfer {
/* NULL or malloced */
char *uploadfile;
char *errorbuffer; /* alloced and assigned while this is used for a
char *errorbuffer; /* allocated and assigned while this is used for a
transfer */
};