From: Peter J. Acklam) (via RT Date: Fri, 7 Jan 2011 07:13:03 +0000 (-0800) Subject: Fix typos (spelling errors) in misc. files. X-Git-Tag: accepted/trunk/20130322.191538~6219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8abc106000ee2bab64eb6bbd575619ce46f38081;p=platform%2Fupstream%2Fperl.git Fix typos (spelling errors) in misc. files. # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81894] # in the subject line of all future correspondence about this issue. # Signed-off-by: Abigail --- diff --git a/make_ext.pl b/make_ext.pl index 56a5188..1305e0e 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -47,7 +47,7 @@ my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')'; # It's actually a cut and shut of the Unix version ext/utils/makeext and the # Windows version win32/build_ext.pl hence the two invocation styles. -# On Unix, it primarily used by the perl Makefile one extention at a time: +# On Unix, it primarily used by the perl Makefile one extension at a time: # # d_dummy $(dynamic_ext): miniperl preplibrary FORCE # @$(RUN) ./miniperl make_ext.pl --target=dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL) @@ -56,7 +56,7 @@ my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')'; # If '--static' is specified, static extensions will be built. # If '--dynamic' is specified, dynamic extensions will be built. # If '--nonxs' is specified, nonxs extensions will be built. -# If '--dynaloader' is specificied, DynaLoader will be built. +# If '--dynaloader' is specified, DynaLoader will be built. # If '--all' is specified, all extensions will be built. # # make_ext.pl "MAKE=make [-make_opts]" --dir=directory [--target=target] [--static|--dynamic|--all] +ext2 !ext1 @@ -370,7 +370,7 @@ use ExtUtils::MakeMaker; # hash. my @temps = 'Makefile.PL'; foreach (glob('scripts/pod*.PL')) { - # The various pod*.PL extrators change directory. Doing that with relative + # The various pod*.PL extractors change directory. Doing that with relative # paths in @INC breaks. It seems the lesser of two evils to copy (to avoid) # the chdir doing anything, than to attempt to convert lib paths to # absolute, and potentially run into problems with quoting special diff --git a/regen_perly.pl b/regen_perly.pl index b30e39d..e4de1a0 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -66,7 +66,7 @@ die "$0: must be run on an ASCII system\n" unless ord 'A' == 65; # this; 1.35+ does # * Must produce output which is extractable by the regexes below # * Must produce the right values. -# These last two contstraints may well be met by earlier versions, but +# These last two constraints may well be met by earlier versions, but # I simply haven't tested them yet. If it works for you, then modify # the test below to allow that version too. DAPM Feb 04.