tidy-up: misc spelling (bit, ASCII)

Closes #14559
This commit is contained in:
Viktor Szakats 2024-08-15 11:00:04 +02:00
parent 551baf7d64
commit b042d5297d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
26 changed files with 42 additions and 43 deletions

View file

@ -111,7 +111,7 @@ struct OperationConfig {
bool sasl_ir; /* Enable/disable SASL initial response */
bool proxytunnel;
bool ftp_append; /* APPE on ftp */
bool use_ascii; /* select ascii or text transfer */
bool use_ascii; /* select ASCII or text transfer */
bool autoreferer; /* automatically set referer */
bool failonerror; /* fail on (HTTP) errors */
bool failwithbody; /* fail on (HTTP) errors but still store body */