X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8e26e4bf9dacc7854f6e1036672a12bf490f626e..ced0bbf43860a2e4ddc88e3ba20ae731324586c5:/doc/doc-scripts/fc2k diff --git a/doc/doc-scripts/fc2k b/doc/doc-scripts/fc2k index 1d6df1e81..a1a3537ad 100755 --- a/doc/doc-scripts/fc2k +++ b/doc/doc-scripts/fc2k @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/fc2k,v 1.2 2004/10/14 09:53:11 ph10 Exp $ # Script to read the HTML table of contents for the Exim FAQ and create an # HTML KWIC index out of it. @@ -214,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);