mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
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:
parent
021f2c25fd
commit
2aac895fb6
9 changed files with 13 additions and 13 deletions
|
|
@ -100,7 +100,7 @@ warnings are:
|
|||
|
||||
- `TABS`: TAB characters are not allowed!
|
||||
|
||||
- `TRAILINGSPACE`: Trailing white space on the line
|
||||
- `TRAILINGSPACE`: Trailing whitespace on the line
|
||||
|
||||
- `TYPEDEFSTRUCT`: we frown upon (most) typedefed structs
|
||||
|
||||
|
|
|
|||
|
|
@ -556,7 +556,7 @@ Example, set default time out and proxy in a config file:
|
|||
# ... and we use a proxy for all accesses:
|
||||
proxy = proxy.our.domain.com:8080
|
||||
|
||||
White spaces ARE significant at the end of lines, but all white spaces leading
|
||||
Whitespaces ARE significant at the end of lines, but all whitespace leading
|
||||
up to the first characters of each line are ignored.
|
||||
|
||||
Prevent curl from reading the default file by using -q as the first command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue