mirror of
https://github.com/curl/curl.git
synced 2026-08-03 15:50:34 +03:00
Fix spelling errors in src/
Found with codespell.
This commit is contained in:
parent
7609b32e7c
commit
7d86e467fa
2 changed files with 5 additions and 5 deletions
|
|
@ -61,7 +61,7 @@ while (<STDIN>) {
|
|||
}
|
||||
|
||||
my $text = $line;
|
||||
$text =~ s/^\s+//g; # cut off preceeding...
|
||||
$text =~ s/^\s+//g; # cut off preceding...
|
||||
$text =~ s/\s+$//g; # and trailing whitespaces
|
||||
|
||||
$tlen = length($text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue