diff options
Diffstat (limited to 'libs/libcurl/include/curl/easy.h')
-rw-r--r-- | libs/libcurl/include/curl/easy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/include/curl/easy.h b/libs/libcurl/include/curl/easy.h index e9c46579f0..f21588d820 100644 --- a/libs/libcurl/include/curl/easy.h +++ b/libs/libcurl/include/curl/easy.h @@ -50,7 +50,7 @@ CURL_EXTERN void curl_easy_cleanup(CURL *curl); *
* Request internal information from the curl session with this function.
* The third argument MUST be pointing to the specific type of the used option
- * which is documented in each man page of the option. The data pointed to
+ * which is documented in each manpage of the option. The data pointed to
* will be filled in accordingly and can be relied upon only if the function
* returns CURLE_OK. This function is intended to get used *AFTER* a performed
* transfer, all results from this function are undefined until the transfer
|