X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-scripts%2Ffc2k;h=a1a3537adb6babf1ad645ee82e4d5b075debc374;hb=a31b8b2c91b548cc11f9e482315beb2373211b5e;hp=0b977fc87bfdca2410017e05884e95819434ddc7;hpb=3634fc257bd0667daef14d72005cd87c735bbb24;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-scripts/fc2k b/doc/doc-scripts/fc2k index 0b977fc87..a1a3537ad 100755 --- a/doc/doc-scripts/fc2k +++ b/doc/doc-scripts/fc2k @@ -213,7 +213,7 @@ while () # We want to chop excessively long entries on either side. We can't set # a fixed length because of the HTML control data. Call a function to # add the given length to allow for HTML stuff. This is crude, but it - # does roughtly the right thing. + # does roughly the right thing. my($leftlen) = &setlen(70, $pretext); my($rightlen) = &setlen(70, $posttext);