mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
cleanup: misc typos in strings and comments
Found via `codespell` Closes #2389
This commit is contained in:
parent
39dc0bca5b
commit
236402fc2d
16 changed files with 17 additions and 17 deletions
|
|
@ -241,7 +241,7 @@ static FILE * vmsfopenread(const char *file, const char *mode)
|
|||
static char *Curl_basename(char *path)
|
||||
{
|
||||
/* Ignore all the details above for now and make a quick and simple
|
||||
implementaion here */
|
||||
implementation here */
|
||||
char *s1;
|
||||
char *s2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue