summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAyesh Karunaratne <ayesh@aye.sh>2022-10-26 12:29:35 +0530
committerDaniel Stenberg <daniel@haxx.se>2022-10-27 10:01:30 +0200
commit4484270afcf3213e86da543941aff5a6d76062a0 (patch)
treea0e02eb5d09b11d2dfc2dc26b5272960660ce086 /include
parentb7260c4fda95196b2fa16f32b5913f25323e5098 (diff)
downloadcurl-4484270afcf3213e86da543941aff5a6d76062a0.tar.gz
misc: typo and grammar fixes
- Replace `Github` with `GitHub`. - Replace `windows` with `Windows` - Replace `advice` with `advise` where a verb is used. - A few fixes on removing repeated words. - Replace `a HTTP` with `an HTTP` Closes #9802
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index e28dd0b5a..ab5d476fb 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1286,7 +1286,7 @@ typedef enum {
/* size of the POST input data, if strlen() is not good to use */
CURLOPT(CURLOPT_POSTFIELDSIZE, CURLOPTTYPE_LONG, 60),
- /* tunnel non-http operations through a HTTP proxy */
+ /* tunnel non-http operations through an HTTP proxy */
CURLOPT(CURLOPT_HTTPPROXYTUNNEL, CURLOPTTYPE_LONG, 61),
/* Set the interface string to use as outgoing network interface */
@@ -1864,7 +1864,7 @@ typedef enum {
/* Enable/disable TLS ALPN extension (http2 over ssl might fail without) */
CURLOPT(CURLOPT_SSL_ENABLE_ALPN, CURLOPTTYPE_LONG, 226),
- /* Time to wait for a response to a HTTP request containing an
+ /* Time to wait for a response to an HTTP request containing an
* Expect: 100-continue header before sending the data anyway. */
CURLOPT(CURLOPT_EXPECT_100_TIMEOUT_MS, CURLOPTTYPE_LONG, 227),