Commit 0e17369f authored by Svyatoslav Mishyn's avatar Svyatoslav Mishyn Committed by Daniel Stenberg
Browse files

CURLOPT_FNMATCH_FUNCTION.3: fix typo

s => is

Closes #428
parent 481e0de0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FNMATCH_FUNCTION,
Pass a pointer to your callback function, which should match the prototype
shown above.

This callback s used for wildcard matching.
This callback is used for wildcard matching.

Return \fICURL_FNMATCHFUNC_MATCH\fP if pattern matches the string,
\fICURL_FNMATCHFUNC_NOMATCH\fP if not or \fICURL_FNMATCHFUNC_FAIL\fP if an