Skip to content

Commit

Permalink
misc: fix spelling in docs and comments
Browse files Browse the repository at this point in the history
also: remove outdated sentence

Closes #9644
  • Loading branch information
jbampton authored and bagder committed Oct 5, 2022
1 parent 172259c commit e80c4ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cmdline-opts/header.d
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions lib/urlapi.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/manpage-syntax.pl
Expand Up @@ -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++;
}
}
Expand Down

0 comments on commit e80c4ff

Please sign in to comment.