mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
misc: fix spelling in docs and comments
also: remove outdated sentence Closes #9644
This commit is contained in:
parent
172259c4de
commit
e80c4ff3d0
3 changed files with 2 additions and 5 deletions
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue