mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
tidy-up: prefer spelling 'flavor', where missing
In comments and two internal build variables. Closes #22014
This commit is contained in:
parent
43c685fa78
commit
9061302a86
8 changed files with 30 additions and 30 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue