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

@ -2645,7 +2645,7 @@ CURL_EXTERN char *curl_getenv(const char *variable);
*
* DESCRIPTION
*
* Returns a static ascii string of the libcurl version.
* Returns a static ASCII string of the libcurl version.
*/
CURL_EXTERN char *curl_version(void);