aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_slist_append.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/curl_slist_append.3')
-rw-r--r--docs/curl_slist_append.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl_slist_append.3 b/docs/curl_slist_append.3
index b8a02cfed..4737b989b 100644
--- a/docs/curl_slist_append.3
+++ b/docs/curl_slist_append.3
@@ -8,7 +8,7 @@ curl_slist_append - add a string to an slist
.SH SYNOPSIS
.B #include <curl/curl.h>
.sp
-.BI "struct curl_slist *curl_slist_append(struct curl_slit *" list,
+.BI "struct curl_slist *curl_slist_append(struct curl_slist *" list,
.BI "const char * "string ");"
.ad
.SH DESCRIPTION