]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_multi_perform.3: minor language fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Aug 2022 06:59:30 +0000 (08:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Aug 2022 08:00:40 +0000 (10:00 +0200)
Closes #9316

docs/libcurl/curl_multi_perform.3

index fe8221a2af2f4b81abfaded443f5cc6f50f1af57..36b7b8234f11f0d7901ae135ac081ff263b0ecce 100644 (file)
@@ -23,7 +23,7 @@
 .\" **************************************************************************
 .TH curl_multi_perform 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual"
 .SH NAME
-curl_multi_perform - reads/writes available data from each easy handle
+curl_multi_perform - reads/writes available data from easy handles
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
@@ -32,7 +32,7 @@ CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles);
 .fi
 .SH DESCRIPTION
 This function performs transfers on all the added handles that need attention
-in an non-blocking fashion. The easy handles have previously been added to the
+in a non-blocking fashion. The easy handles have previously been added to the
 multi handle with \fIcurl_multi_add_handle(3)\fP.
 
 When an application has found out there's data available for the multi_handle