aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl2
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);