spelling fixes [ci skip]

as detected by codespell 1.14.0

Closes https://github.com/curl/curl/pull/3114
Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
This commit is contained in:
Viktor Szakats 2018-10-08 19:37:40 +00:00
parent 82e40afe87
commit ff9d7f4447
11 changed files with 11 additions and 11 deletions

View file

@ -42,7 +42,7 @@ static char *parse_filename(const char *ptr, size_t len);
#define BOLDOFF
#else
#define BOLD "\x1b[1m"
/* Switch off bold by settting "all attributes off" since the explicit
/* Switch off bold by setting "all attributes off" since the explicit
bold-off code (21) isn't supported everywhere - like in the mac
Terminal. */
#define BOLDOFF "\x1b[0m"