src: Consistently spell whitespace without whitespace

Whitespace is spelled without a space between white and space, so
make sure to consistently spell it that way across the codebase.

Closes #6023
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Emil Engler <me@emilengler.com>
This commit is contained in:
Daniel Gustafsson 2020-09-30 21:10:14 +02:00
parent 021f2c25fd
commit 2aac895fb6
9 changed files with 13 additions and 13 deletions

View file

@ -227,7 +227,7 @@ int parseconfig(const char *filename, struct GlobalConfig *global)
break;
default:
warnf(operation->global, "%s:%d: warning: '%s' uses unquoted "
"white space in the line that may cause side-effects!\n",
"whitespace in the line that may cause side-effects!\n",
filename, lineno, option);
}
}