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

@ -128,7 +128,7 @@ int main(void)
CURLcode res;
struct data config;
config.trace_ascii = 1; /* enable ascii tracing */
config.trace_ascii = 1; /* enable ASCII tracing */
curl = curl_easy_init();
if(curl) {