tidy-up: prefer spelling 'flavor', where missing

In comments and two internal build variables.

Closes #22014
This commit is contained in:
Viktor Szakats 2026-06-15 02:44:59 +02:00
parent 43c685fa78
commit 9061302a86
No known key found for this signature in database
8 changed files with 30 additions and 30 deletions

View file

@ -252,7 +252,7 @@ if(BUILD_SHARED_LIBS)
CMAKE_SYSTEM_NAME STREQUAL "Haiku" OR
CMAKE_SYSTEM_NAME STREQUAL "OHOS" OR # OpenHarmony
CMAKE_SYSTEM_NAME STREQUAL "GNU/kFreeBSD" OR
# FreeBSD comes with the a.out and ELF flavours but a.out was supported
# FreeBSD comes with the a.out and ELF flavors but a.out was supported
# up to v3.x and ELF from v3.x. I cannot imagine someone running CMake
# on those ancient systems.
CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")

View file

@ -48,7 +48,7 @@
#define SEND_TYPE_ARG3 int
#define SEND_TYPE_RETV int
#elif defined(__AMIGA__) /* Any AmigaOS flavour */
#elif defined(__AMIGA__) /* Any AmigaOS flavor */
/* long recv(long, char *, long, long); */
#define RECV_TYPE_ARG1 long

View file

@ -64,7 +64,7 @@
* the HAVE_GETHOSTBYNAME_R_3, HAVE_GETHOSTBYNAME_R_5 or
* HAVE_GETHOSTBYNAME_R_6 defines accordingly. Note that HAVE_GETADDRBYNAME
* has the corresponding rules. This is primarily on *nix. Note that some Unix
* flavours have thread-safe versions of the plain gethostbyname() etc.
* flavors have thread-safe versions of the plain gethostbyname() etc.
*
*/
struct Curl_addrinfo *Curl_sync_getaddrinfo(struct Curl_easy *data,