Fix spelling mistakes in descriptions

This commit is contained in:
Petr Písař 2018-07-09 17:43:54 +02:00
parent 82caf0b39d
commit 49edffea3d
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
from Config import * from Config import *
addFilter("spelling-error .* (awk|groff|metapackage|sed|usr)"); addFilter("spelling-error .* (autoloaded|awk|gmtime|groff|libnet|localtime|metapackage|perlbug|perldoc|perlfunc|perlmain|perlpod|perlsub|reachability|sed|splain|usr|writemain)");

View File

@ -1292,7 +1292,7 @@ writemain() takes an argument list of directories containing archive libraries
that relate to perl modules and should be linked into a new perl binary. It that relate to perl modules and should be linked into a new perl binary. It
writes a corresponding perlmain.c file that is a plain C file containing all writes a corresponding perlmain.c file that is a plain C file containing all
the bootstrap code to make the If the first argument to writemain() is a the bootstrap code to make the If the first argument to writemain() is a
reference to a scalar it is used as the filename to open for ouput. Any other reference to a scalar it is used as the file name to open for output. Any other
reference is used as the file handle to write to. Otherwise output defaults to reference is used as the file handle to write to. Otherwise output defaults to
STDOUT. STDOUT.