summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--autodoc.pl2
-rwxr-xr-xconfigpm2
-rw-r--r--install_lib.pl2
-rwxr-xr-xinstallperl2
-rw-r--r--make_ext.pl2
-rw-r--r--make_patchnum.pl2
-rw-r--r--makedef.pl2
-rw-r--r--regen.pl2
-rw-r--r--t/porting/known_pod_issues.dat5
-rw-r--r--write_buildcustomize.pl2
11 files changed, 15 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index 892539d14e..c446fbc055 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -312,6 +312,7 @@ David Nicol <whatever@davidnicol.com>
David R. Favor <dfavor@austin.ibm.com>
David Sparks <daves@ca.sophos.com>
David Starks-Browning <dstarks@rc.tudelft.nl>
+David Steinbrunner <dsteinbrunner@pobox.com>
David Sundstrom <sunds@asictest.sc.ti.com>
David M. Syzdek <david@syzdek.net>
David Wheeler <david@wheeler.net>
diff --git a/autodoc.pl b/autodoc.pl
index 59dc6f03f3..e000d5abbc 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -14,7 +14,7 @@
# MANIFEST and *.[ch].
#
# This script is normally invoked as part of 'make all', but is also
-# called from from regen.pl.
+# called from regen.pl.
#
# '=head1' are the only headings looked for. If the next line after the
# heading begins with a word character, it is considered to be the first line
diff --git a/configpm b/configpm
index 33137c607a..cfcc467763 100755
--- a/configpm
+++ b/configpm
@@ -384,7 +384,7 @@ $fetch_string .= <<'EOT';
EOT
} else {
- # We only have ' delimted.
+ # We only have ' delimited.
$fetch_string .= <<'EOT';
return undef unless $Config_SH_expanded =~ /\n$key=\'(.*?)\'\n/s;
diff --git a/install_lib.pl b/install_lib.pl
index ae8ba0a990..308af70ed6 100644
--- a/install_lib.pl
+++ b/install_lib.pl
@@ -16,7 +16,7 @@ BEGIN {
# prefixes.
#
# So we set $^X to pretend that we're the already installed perl, so
- # Config.pm doesits ... expansion off that location.
+ # Config.pm does its ... expansion off that location.
my $location = $Config{initialinstalllocation};
die <<'OS' unless defined $location;
diff --git a/installperl b/installperl
index 0e590e1e3a..ac1c770378 100755
--- a/installperl
+++ b/installperl
@@ -671,7 +671,7 @@ sub installlib {
# this, as $_ becomes a pathname, and so still works. However, it's not
# obvious that $_ is needed later, and hence $_ must not be modified.
- # Also, many of the regex exlusion tests below are now superfluous, as the
+ # Also, many of the regex exclusion tests below are now superfluous, as the
# files in question are either no longer in blead, or now in ext/, dist/ or
# cpan/ and not copied into lib/
diff --git a/make_ext.pl b/make_ext.pl
index 32546282c0..799ab8b607 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -43,7 +43,7 @@ my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')';
# Mostly because they still not ported to specified platform.
#
# If any extensions are listed with a '+' char then only those
-# extensions will be built, but only if they arent countermanded
+# extensions will be built, but only if they aren't countermanded
# by an '!ext' and are appropriate to the type of building being done.
# It may be deleted in a later release of perl so try to
diff --git a/make_patchnum.pl b/make_patchnum.pl
index 77d4a4ee1a..3f857b5739 100644
--- a/make_patchnum.pl
+++ b/make_patchnum.pl
@@ -178,7 +178,7 @@ git_unpushed='$unpushed_commit_list'";
$commit_title ||= "Commit id:";
}
-# we extract the filename out of the warning header, so dont mess with that
+# we extract the filename out of the warning header, so don't mess with that
write_files(<<"EOF_HEADER", <<"EOF_CONFIG");
/**************************************************************************
* WARNING: 'git_version.h' is automatically generated by make_patchnum.pl
diff --git a/makedef.pl b/makedef.pl
index d2c5f5e739..ae3b510e82 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -627,7 +627,7 @@ if ($ARGS{PLATFORM} eq 'netware') {
}
if ($define{'USE_PERLIO'}) {
- # Export the symols that make up the PerlIO abstraction, regardless
+ # Export the symbols that make up the PerlIO abstraction, regardless
# of its implementation - read from a file
push @syms, 'perlio.sym';
diff --git a/regen.pl b/regen.pl
index 62dc82074e..1b3ae5ee6d 100644
--- a/regen.pl
+++ b/regen.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# regen.pl - a wrapper that runs all *.pl scripts to to autogenerate files
+# regen.pl - a wrapper that runs all *.pl scripts to autogenerate files
require 5.004; # keep this compatible, an old perl is all we may have before
# we build the new one
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index b175a81868..ffef833bab 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -296,6 +296,7 @@ pod/perltru64.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perltru64.pod Verbatim line length including indents exceeds 79 by 4
pod/perlunifaq.pod empty section in previous paragraph 1
pod/perluniprops.pod =item type mismatch 6
+pod/perlutil.pod Apparent internal link is missing its forward slash 2
pod/perlvms.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perlvms.pod Verbatim line length including indents exceeds 79 by 2
pod/perlwin32.pod Verbatim line length including indents exceeds 79 by 12
@@ -310,6 +311,10 @@ porting/todo.pod Verbatim line length including indents exceeds 79 by 7
symbian/perlutil.pod Verbatim line length including indents exceeds 79 by 4
utils/c2ph Verbatim line length including indents exceeds 79 by 44
utils/pod2html Pod NAME already used 1
+utils/prove Apparent broken link 2
+utils/prove Pod NAME already used 1
+utils/prove There is more than one target 1
+utils/prove Verbatim line length including indents exceeds 79 by 3
vms/ext/filespec.pm Verbatim line length including indents exceeds 79 by 1
x2p/a2p.pod empty section in previous paragraph 2
lib/benchmark.pm Verbatim line length including indents exceeds 79 by 4
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 3d773a5a31..018e60e1fd 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -34,7 +34,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
# Used only in ExtUtils::Liblist::Kid::_win32_ext()
push @toolchain, 'cpan/Text-ParseWords/lib' if $^O eq 'MSWin32';
-# lib must be last, as the the toolchain modules write themselves into it
+# lib must be last, as the toolchain modules write themselves into it
# as they build, and it's important that @INC order ensures that the partially
# written files are always masked by the complete versions.