summaryrefslogtreecommitdiff
path: root/doc/doc-scripts/fc2k
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc-scripts/fc2k')
-rwxr-xr-xdoc/doc-scripts/fc2k2
1 files changed, 1 insertions, 1 deletions
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 (<IN>)
# 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);