Fix spelling errors in src/

Found with codespell.
This commit is contained in:
Fabian Keil 2011-04-19 16:06:47 +02:00 committed by Julien Chaffraix
parent 7609b32e7c
commit 7d86e467fa
2 changed files with 5 additions and 5 deletions

View file

@ -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);