diff options
author | Viktor Szakats <commit@vsz.me> | 2024-08-15 11:00:04 +0200 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2024-08-15 15:30:09 +0200 |
commit | b042d5297d40c3427d229b3297eb2d622de5dce6 (patch) | |
tree | 7dc0bedeb375dbbd5987ad9163de27addd47a5bb /docs/examples/debug.c | |
parent | 551baf7d640a3b12bfe6877b07bb740da1fe413e (diff) |
tidy-up: misc spelling (bit, ASCII)
Closes #14559
Diffstat (limited to 'docs/examples/debug.c')
-rw-r--r-- | docs/examples/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/debug.c b/docs/examples/debug.c index 68d93039e..ac21b8aed 100644 --- a/docs/examples/debug.c +++ b/docs/examples/debug.c @@ -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) { |