summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2022-08-31 14:31:01 +0000
committerViktor Szakats <commit@vsz.me>2022-08-31 14:31:01 +0000
commitc9061f242b99862bd32ce1ae3fefa1629a614bc1 (patch)
treed29584ee266e01e7b9d59e576710571df2144776 /include
parentf2daef6ad486a36568cee97674757b5f24f511bc (diff)
downloadcurl-c9061f242b99862bd32ce1ae3fefa1629a614bc1.tar.gz
misc: spelling fixes
Found using codespell 2.2.1. Also delete the redundant protocol designator from an archive.org URL. Reviewed-by: Daniel Stenberg Closes #9403
Diffstat (limited to 'include')
-rw-r--r--include/curl/multi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/multi.h b/include/curl/multi.h
index 30104925b..2f3ec37a7 100644
--- a/include/curl/multi.h
+++ b/include/curl/multi.h
@@ -124,7 +124,7 @@ struct curl_waitfd {
/*
* Name: curl_multi_init()
*
- * Desc: inititalize multi-style curl usage
+ * Desc: initialize multi-style curl usage
*
* Returns: a new CURLM handle to use in all 'curl_multi' functions.
*/