misc: fix spelling in docs and comments

also: remove outdated sentence

Closes #9644
This commit is contained in:
John Bampton 2022-10-05 01:40:54 +10:00 committed by Daniel Stenberg
parent 172259c4de
commit e80c4ff3d0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 2 additions and 5 deletions

View 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++;
}
}