summaryrefslogtreecommitdiff
path: root/docs/examples/multi-debugcallback.c
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 /docs/examples/multi-debugcallback.c
parentb7260c4fda95196b2fa16f32b5913f25323e5098 (diff)
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 'docs/examples/multi-debugcallback.c')
-rw-r--r--docs/examples/multi-debugcallback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-debugcallback.c b/docs/examples/multi-debugcallback.c
index 16d5d56ca..0c7811bb7 100644
--- a/docs/examples/multi-debugcallback.c
+++ b/docs/examples/multi-debugcallback.c
@@ -126,7 +126,7 @@ int my_trace(CURL *handle, curl_infotype type,
}
/*
- * Simply download a HTTP file.
+ * Simply download an HTTP file.
*/
int main(void)
{