From ff9d7f44479c3542f47ffa19b1235c7fc8160a9e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Oct 2018 19:37:40 +0000 Subject: spelling fixes [ci skip] as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad --- src/tool_cb_hdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_cb_hdr.c b/src/tool_cb_hdr.c index f09882284..983258cee 100644 --- a/src/tool_cb_hdr.c +++ b/src/tool_cb_hdr.c @@ -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" -- cgit v1.2.3