docs: drop basically

Another filler word

Closes #20835
This commit is contained in:
Daniel Stenberg 2026-03-06 11:37:33 +01:00
parent 86ea3abd41
commit 1495489c41
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 62 additions and 67 deletions

View file

@ -3099,11 +3099,10 @@ typedef enum {
CURLVERSION_LAST /* never actually use this */
} CURLversion;
/* The 'CURLVERSION_NOW' is the symbolic name meant to be used by
basically all programs ever that want to get version information. It is
meant to be a built-in version number for what kind of struct the caller
expects. If the struct ever changes, we redefine the NOW to another enum
from above. */
/* The 'CURLVERSION_NOW' is the symbolic name meant to be used by programs
that want to get version information. It is meant to be a built-in
version number for what kind of struct the caller expects. If the struct
ever changes, we redefine the NOW to another enum from above. */
#define CURLVERSION_NOW CURLVERSION_TWELFTH
struct curl_version_info_data {