Skip to content

Commit

Permalink
CURLOPT_FNMATCH_FUNCTION.3: fix typo
Browse files Browse the repository at this point in the history
s => is

Closes #428
  • Loading branch information
Svyatoslav Mishyn authored and bagder committed Sep 11, 2015
1 parent 481e0de commit 0e17369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3
Expand Up @@ -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
Expand Down

0 comments on commit 0e17369

Please sign in to comment.