From 4c04137d73637107669e02b21f890387aaa2ef34 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 18 Jan 2017 11:30:26 -0500 Subject: 214 spelling fixes --- doc/doc-scripts/f2h | 4 ++-- doc/doc-scripts/f2txt | 4 ++-- doc/doc-scripts/fc2k | 2 +- doc/doc-scripts/g2t | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/doc-scripts') diff --git a/doc/doc-scripts/f2h b/doc/doc-scripts/f2h index 6e53480bb..221a80194 100755 --- a/doc/doc-scripts/f2h +++ b/doc/doc-scripts/f2h @@ -83,7 +83,7 @@ return $s; # We want to read the file paragraph by paragraph; Perl only does this if the # separating lines are truly blank. Having been caught by lines containing -# whitespace before, do a detrailing pass first. +# whitespace before, do a de-trailing pass first. open(IN, "$ARGV[0]") || die "can't open $ARGV[0] (preliminary)\n"; open(OUT, ">$ARGV[0]-$$") || die "can't open $ARGV[0]-$$\n"; @@ -298,7 +298,7 @@ while ($_ = ) next; } - # If a paragraph begins ==> it is a display which must remain verbatin + # If a paragraph begins ==> it is a display which must remain verbatim # and not be reformatted. The flag gets turned into spaces. if ($_ =~ /^==>/) diff --git a/doc/doc-scripts/f2txt b/doc/doc-scripts/f2txt index 4f24f7b3f..7fb7292a5 100755 --- a/doc/doc-scripts/f2txt +++ b/doc/doc-scripts/f2txt @@ -55,7 +55,7 @@ return $s; # We want to read the file paragraph by paragraph; Perl only does this if the # separating lines are truly blank. Having been caught by lines containing -# whitespace before, do a detrailing pass first. +# whitespace before, do a de-trailing pass first. open(IN, "$ARGV[0]") || die "can't open $ARGV[0] (preliminary)\n"; open(OUT, ">$ARGV[0]-$$") || die "can't open $ARGV[0]-$$\n"; @@ -82,7 +82,7 @@ while ($_ = ) next if /^\#\#/; - # If a paragraph begins ==> it is a display which must remain verbatin + # If a paragraph begins ==> it is a display which must remain verbatim # and not be reformatted. The flag gets turned into spaces. if ($_ =~ /^==>/) 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); diff --git a/doc/doc-scripts/g2t b/doc/doc-scripts/g2t index 2f2ac449b..c840ac64f 100755 --- a/doc/doc-scripts/g2t +++ b/doc/doc-scripts/g2t @@ -725,7 +725,7 @@ while (<>) # "-". If we triple it in the menu it gets displayed OK, but building # software complains about non-existent cross references etc. - # I have gone for the horrid kludge of turning it into "-" + # I have gone for the horrid kludge of turning it into "-" # in the menus and nodes. # Exim 4 has added --help, which has the same problem. -- cgit v1.2.3