mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:13:37 +03:00
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:
parent
82e40afe87
commit
ff9d7f4447
11 changed files with 11 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue