diff options
author | Fabian Keil <fk@fabiankeil.de> | 2011-04-19 16:06:47 +0200 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-04-21 07:55:53 -0700 |
commit | 7d86e467fae140d2daa2a8b3ff97b6c4c5fca30b (patch) | |
tree | 97be0e60d89668de69ced1ebb97f3887fcb955ce /src/mkhelp.pl | |
parent | 7609b32e7cb06e034a3e80ad6c57902c99a646df (diff) | |
download | curl-7d86e467fae140d2daa2a8b3ff97b6c4c5fca30b.tar.gz |
Fix spelling errors in src/
Found with codespell.
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r-- | src/mkhelp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 0c9943c53..4d44a9e0f 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -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); |