X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-scripts%2Ff2h;h=221a801945da117aeadb2fabee2f9787c3c7bf1b;hb=a31b8b2c91b548cc11f9e482315beb2373211b5e;hp=6e53480bbc0e702cc45c48e1863859c7442822ea;hpb=3634fc257bd0667daef14d72005cd87c735bbb24;p=user%2Fhenk%2Fcode%2Fexim.git 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 ($_ =~ /^==>/)