From e4b25f9b2bd4ddc1269255f845485585bea55cd8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Dec 2019 09:48:22 +0100 Subject: fixup language --- docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 b/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 index b616c5d47..84e1e8359 100644 --- a/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 @@ -51,8 +51,8 @@ shown above. This callback function gets called by libcurl instead of the \fIsocket(2)\fP call. The callback's \fIpurpose\fP argument identifies the exact purpose for this particular socket. \fICURLSOCKTYPE_IPCXN\fP is for IP based connections -and is the only purpose used in curren libcurl. Future versions of libcurl may -support more purposes. +and is the only purpose currently used in libcurl. Future versions of libcurl +may support more purposes. The \fIclientp\fP pointer contains whatever user-defined value set using the \fICURLOPT_OPENSOCKETDATA(3)\fP function. -- cgit v1.2.1