summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-06-24 14:19:13 +0200
committerDaniel Gustafsson <daniel@yesql.se>2019-06-24 14:19:13 +0200
commit1862cacd038a0b6a0360528162e1719f8f164126 (patch)
tree9dfad35941b9063328b23dd4f417ff51e2899104 /docs
parent92963d612b9c5ef32d63d26c72d6fff64930eba6 (diff)
downloadgnurl-1862cacd038a0b6a0360528162e1719f8f164126.tar.gz
gnurl-1862cacd038a0b6a0360528162e1719f8f164126.tar.bz2
gnurl-1862cacd038a0b6a0360528162e1719f8f164126.zip
CURLMOPT_SOCKETFUNCTION.3: fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
index dc0ccd836..b0d511119 100644
--- a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
+++ b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3
@@ -51,7 +51,7 @@ called.
\fBwhat\fP argument is not CURL_POLL_REMOVE then it holds information about
what activity on this socket the application is supposed to
monitor. Subsequent calls to this callback might update the \fBwhat\fP bits
-for a socket that is alredy monitored.
+for a socket that is already monitored.
\fBuserp\fP is set with \fICURLMOPT_SOCKETDATA(3)\fP.