summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2019-01-16 19:05:12 +0000
committerAlessandro Ghedini <alessandro@ghedini.me>2019-01-16 19:05:12 +0000
commit7c16871d0b26ae046da6194c1bc6eafe7985a19d (patch)
treee98291e87d111a7100bfa5a2cb48c76ed63653d5
parenta048834258d5c1dfecdee3ed7837256828508b39 (diff)
downloadgnurl-7c16871d0b26ae046da6194c1bc6eafe7985a19d.tar.gz
gnurl-7c16871d0b26ae046da6194c1bc6eafe7985a19d.tar.bz2
gnurl-7c16871d0b26ae046da6194c1bc6eafe7985a19d.zip
Fix typo in manpage
-rw-r--r--docs/libcurl/opts/CURLOPT_CURLU.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CURLU.3 b/docs/libcurl/opts/CURLOPT_CURLU.3
index 2ac008b60..995fcd3f4 100644
--- a/docs/libcurl/opts/CURLOPT_CURLU.3
+++ b/docs/libcurl/opts/CURLOPT_CURLU.3
@@ -38,7 +38,7 @@ transfer is started.
libcurl will use this handle and its contents read-only and will not change
its contents. An application can very well update the contents of the URL
handle after a transfer is done and if the same handle is then used in a
-subsequest request the updated contents will then be used.
+subsequent request the updated contents will then be used.
.SH DEFAULT
The default value of this parameter is NULL.
.SH PROTOCOLS