diff options
author | Svyatoslav Mishyn <juef@openmailbox.org> | 2015-09-11 17:52:01 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-11 18:43:54 +0200 |
commit | 0e17369f5bd04c8e2d9829e726dd3e50f7f6140a (patch) | |
tree | 22144fc3d302a7a5b24ba04eae5110fdedd8d77f | |
parent | 481e0de00a9003b9c5220b120e3fc302d9b0932d (diff) |
CURLOPT_FNMATCH_FUNCTION.3: fix typo
s => is
Closes #428
-rw-r--r-- | docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 b/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 index fc119a9c5..4b351f2d9 100644 --- a/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 @@ -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 |