From 38d1a3cc06b5466279aba7dfdb0d93c0a4ecd6f5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 01:47:08 +0200 Subject: [PATCH] typos --- lib/hostip4.c | 2 +- lib/vquic/curl_ngtcp2.c | 2 +- packages/OS400/curl.inc.in | 2 +- packages/vms/build_curl-config_script.com | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/hostip4.c b/lib/hostip4.c index 14e4d98a86..217fba5861 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -145,7 +145,7 @@ struct Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname, return NULL; /* major failure */ /* * The clearing of the buffer is a workaround for a gethostbyname_r bug in - * qnx nto and it is also _required_ for some of these functions on some + * QNX nto and it is also _required_ for some of these functions on some * platforms. */ diff --git a/lib/vquic/curl_ngtcp2.c b/lib/vquic/curl_ngtcp2.c index 69d54ecce2..7584d0a47a 100644 --- a/lib/vquic/curl_ngtcp2.c +++ b/lib/vquic/curl_ngtcp2.c @@ -155,7 +155,7 @@ struct cf_ngtcp2_ctx { BIT(initialized); BIT(tls_handshake_complete); /* TLS handshake is done */ BIT(use_earlydata); /* Using 0RTT data */ - BIT(earlydata_accepted); /* 0RTT was acceptd by server */ + BIT(earlydata_accepted); /* 0RTT was accepted by server */ BIT(shutdown_started); /* queued shutdown packets */ }; diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 7aff9e37a8..1fe5b07ebe 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -2202,7 +2202,7 @@ d CURLMOPT_MAX_CONCURRENT_STREAMS... d c 10016 * - * Bitmask bits for CURLMOPT_PIPELING. + * Bitmask bits for CURLMOPT_PIPELINING. * d CURLPIPE_NOTHING... d c x'00000000' diff --git a/packages/vms/build_curl-config_script.com b/packages/vms/build_curl-config_script.com index 1667d0745c..1902b0c215 100644 --- a/packages/vms/build_curl-config_script.com +++ b/packages/vms/build_curl-config_script.com @@ -120,7 +120,7 @@ $ i = 0 $ line_out = "" $sub_loop: $ ! Replace between pairs of @ by alternating the elements. -$ ! If mis-matched pairs, do not substitute anything. +$ ! If mismatched pairs, do not substitute anything. $ section1 = f$element(i, "@", line_in) $ if section1 .eqs. "@" $ then