]> granicus.if.org Git - curl/commitdiff
CURLOPT_FNMATCH_FUNCTION.3: fix typo
authorSvyatoslav Mishyn <juef@openmailbox.org>
Fri, 11 Sep 2015 14:52:01 +0000 (17:52 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Sep 2015 16:43:54 +0000 (18:43 +0200)
s => is

Closes #428

docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3

index fc119a9c5f41fd338dfa79ae3abf4616c1fbbc6c..4b351f2d9fe7adef4c4a51f624e29d820997e853 100644 (file)
@@ -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