diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_FAILONERROR.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_FAILONERROR.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FAILONERROR.3 b/docs/libcurl/opts/CURLOPT_FAILONERROR.3 index 451b07cad..107b28ef8 100644 --- a/docs/libcurl/opts/CURLOPT_FAILONERROR.3 +++ b/docs/libcurl/opts/CURLOPT_FAILONERROR.3 @@ -55,7 +55,7 @@ if(curl) { curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1L); ret = curl_easy_perform(curl); if(ret == CURLE_HTTP_RETURNED_ERROR) { - /* a HTTP response error problem */ + /* an HTTP response error problem */ } } .fi |