summaryrefslogtreecommitdiff
path: root/lib/cfilters.h
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2023-02-08 07:50:36 +1000
committerDaniel Stenberg <daniel@haxx.se>2023-02-08 08:30:05 +0100
commit0065b146eb02dddfff74336b0927b78f3732e015 (patch)
tree30c13d0d7417f878bf2f44413b3ce30e1e957e86 /lib/cfilters.h
parent1695fcf57d53230adc6c8cbe20a283690019db02 (diff)
downloadcurl-0065b146eb02dddfff74336b0927b78f3732e015.tar.gz
misc: fix spelling
Closes #10437
Diffstat (limited to 'lib/cfilters.h')
-rw-r--r--lib/cfilters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cfilters.h b/lib/cfilters.h
index 8f69ad501..94dc53f81 100644
--- a/lib/cfilters.h
+++ b/lib/cfilters.h
@@ -227,7 +227,7 @@ CURLcode Curl_cf_def_query(struct Curl_cfilter *cf,
* Create a new filter instance, unattached to the filter chain.
* Use Curl_conn_cf_add() to add it to the chain.
* @param pcf on success holds the created instance
- * @parm cft the filter type
+ * @param cft the filter type
* @param ctx the type specific context to use
*/
CURLcode Curl_cf_create(struct Curl_cfilter **pcf,