]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: fix spelling in docs and comments
authorJohn Bampton <jbampton@gmail.com>
Tue, 4 Oct 2022 15:40:54 +0000 (01:40 +1000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2022 14:12:10 +0000 (16:12 +0200)
also: remove outdated sentence

Closes #9644

docs/cmdline-opts/header.d
lib/urlapi.c
tests/manpage-syntax.pl

index 9bf86534574703bce2ca70fa010a2a96e289aad8..e024742130a16d8c0d6ca2241b0ddd21236911d5 100644 (file)
@@ -16,7 +16,7 @@ Extra header to include in information sent. When used within an HTTP request,
 it is added to the regular request headers.
 
 For an IMAP or SMTP MIME uploaded mail built with --form options, it is
-prepended to the resulting MIME document, effectively incuding it at the mail
+prepended to the resulting MIME document, effectively including it at the mail
 global level. It does not affect raw uploaded mails (Added in 7.56.0).
 
 You may specify any number of extra headers. Note that if you should add a
index b3c91a085dfa0534169820f9773e7615b962299b..08c01d0899e73687d9b8fec941039d1d9b1b146f 100644 (file)
@@ -781,9 +781,6 @@ static CURLUcode decode_host(struct dynbuf *host)
  * The function handles a query part ('?' + stuff) appended but it expects
  * that fragments ('#' + stuff) have already been cut off.
  *
- * Note that this funciton *writes* a byte into the source buffer during its
- * operation.
- *
  * RETURNS
  *
  * an allocated dedotdotified output string
index f345525617347ade1f64704202a5123f8e54de1a..a83223d94d8563bd6af7b1d0c5d6046c905fc835 100644 (file)
@@ -167,7 +167,7 @@ sub scanmanpage {
             my ($pre, $format) = ($1, $2);
             if($pre !~ /\\\z/) {
                 # only if there wasn't another backslash before the \f
-                print STDERR "$file:$line suspicios \\f format!\n";
+                print STDERR "$file:$line suspicious \\f format!\n";
                 $errors++;
             }
         }