gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 314/411: docs: Fix various typos in documentation


From: gnunet
Subject: [gnurl] 314/411: docs: Fix various typos in documentation
Date: Wed, 13 Jan 2021 01:22:09 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit afbf7d260c59221a262d939165806e804eb46534
Author: Daniel Gustafsson <daniel@yesql.se>
AuthorDate: Thu Nov 5 09:36:24 2020 +0100

    docs: Fix various typos in documentation
    
    Closes #6171
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>
---
 docs/FAQ                      | 2 +-
 docs/KNOWN_BUGS               | 4 ++--
 docs/TheArtOfHttpScripting.md | 2 +-
 docs/cmdline-opts/header.d    | 2 +-
 docs/cmdline-opts/page-header | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/FAQ b/docs/FAQ
index 7881d6c4e..c4f2d53ff 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -318,7 +318,7 @@ FAQ
   We don't know how many users that downloaded or installed curl and then
   never use it.
 
-  In 2020, we estimate that curl runs in rougly ten billion installations
+  In 2020, we estimate that curl runs in roughly ten billion installations
   world wide.
 
   1.11 Why don't you update ca-bundle.crt
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index cfc68ac83..4284f23a4 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -110,7 +110,7 @@ problems may have been fixed or changed somewhat since this 
was written!
  11.9 DoH doesn't inherit all transfer options
  11.10 Blocking socket operations in non-blocking API
  11.11 A shared connection cache is not thread-safe
- 11.12 'no_proxy' string-matches IPv6 numerical addreses
+ 11.12 'no_proxy' string-matches IPv6 numerical addresses
 
  12. LDAP and OpenLDAP
  12.1 OpenLDAP hangs after returning results
@@ -789,7 +789,7 @@ problems may have been fixed or changed somewhat since this 
was written!
 
  See https://github.com/curl/curl/issues/4915 and lib1541.c
 
-11.12 'no_proxy' string-matches IPv6 numerical addreses
+11.12 'no_proxy' string-matches IPv6 numerical addresses
 
  This has the downside that "::1" for example doesn't match "::0:1" even
  though they are in fact the same address.
diff --git a/docs/TheArtOfHttpScripting.md b/docs/TheArtOfHttpScripting.md
index fcec0de0c..21a50f365 100644
--- a/docs/TheArtOfHttpScripting.md
+++ b/docs/TheArtOfHttpScripting.md
@@ -11,7 +11,7 @@
 
  Curl is a command line tool for doing all sorts of URL manipulations and
  transfers, but this particular document will focus on how to use it when
- doing HTTP requests for fun and profit. I willl assume that you know how to
+ doing HTTP requests for fun and profit. I will assume that you know how to
  invoke `curl --help` or `curl --manual` to get basic information about it.
 
  Curl is not written to do everything for you. It makes the requests, it gets
diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d
index 99248ce80..980467d5b 100644
--- a/docs/cmdline-opts/header.d
+++ b/docs/cmdline-opts/header.d
@@ -30,7 +30,7 @@ You need --proxy-header to send custom headers intended for a 
HTTP
 proxy. Added in 7.37.0.
 
 Passing on a "Transfer-Encoding: chunked" header when doing a HTTP request
-with a requst body, will make curl send the data using chunked encoding.
+with a request body, will make curl send the data using chunked encoding.
 
 Example:
 
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header
index 91b0becf8..dcc299f73 100644
--- a/docs/cmdline-opts/page-header
+++ b/docs/cmdline-opts/page-header
@@ -106,7 +106,7 @@ instructed to instead save that data into a local file, 
using the --output or
 command line, it similarly needs multiple options for where to save them.
 
 curl does not parse or otherwise "understand" the content it gets or writes as
-output. It does no encoding or decoding, unless explictly asked so with
+output. It does no encoding or decoding, unless explicitly asked so with
 dedicated command line options.
 .SH PROTOCOLS
 curl supports numerous protocols, or put in URL terms: schemes. Your

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]