In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/36f677ac35c9519e0854d1fff0bfd3c7867ade20?hp=da827d7577b10aa5ee5d091b5f1e6a90a3adefaa>

- Log -----------------------------------------------------------------
commit 36f677ac35c9519e0854d1fff0bfd3c7867ade20
Merge: 5538372 da827d7
Author: Abigail <abig...@abigail.be>
Date:   Fri Jan 7 13:05:25 2011 +0100

    Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

commit 5538372edeb44d5a3c463c8a09fecc7e2c858c3b
Author: Peter J. Acklam) (via RT <perlbug-follo...@perl.org>
Date:   Thu Jan 6 23:14:33 2011 -0800

    Fix typos (spelling errors) in utils/*.
    
    # New Ticket Created by  (Peter J. Acklam)
    # Please include the string:  [perl #81914]
    # in the subject line of all future correspondence about this issue.
    # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81914 >
    
    Signed-off-by: Abigail <abig...@abigail.be>

M       utils/c2ph.PL
M       utils/h2ph.PL
M       utils/h2xs.PL
M       utils/perlbug.PL
M       utils/perlivp.PL

commit 149e12f21172118200d2a54d3d716ecc529fde66
Author: Peter J. Acklam) (via RT <perlbug-follo...@perl.org>
Date:   Thu Jan 6 23:14:10 2011 -0800

    Fix typos (spelling errors) in qnx/*.
    
    # New Ticket Created by  (Peter J. Acklam)
    # Please include the string:  [perl #81908]
    # in the subject line of all future correspondence about this issue.
    # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81908 >
    
    Signed-off-by: Abigail <abig...@abigail.be>

M       qnx/ar

commit 8534470bdb551d696e58af9dfbeef02a34547f9b
Author: Peter J. Acklam) (via RT <perlbug-follo...@perl.org>
Date:   Thu Jan 6 23:11:55 2011 -0800

    Fix typos (spelling errors) in Cross/*.
    
    # New Ticket Created by  (Peter J. Acklam)
    # Please include the string:  [perl #81880]
    # in the subject line of all future correspondence about this issue.
    # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81880 >
    
    Signed-off-by: Abigail <abig...@abigail.be>

M       Cross/Makefile-cross-SH
M       Cross/README
M       Cross/README.new
M       Cross/build-arm-n770-sh
M       Cross/warp
-----------------------------------------------------------------------

Summary of changes:
 Cross/Makefile-cross-SH |    4 ++--
 Cross/README            |    2 +-
 Cross/README.new        |    2 +-
 Cross/build-arm-n770-sh |    2 +-
 Cross/warp              |    2 +-
 qnx/ar                  |    2 +-
 utils/c2ph.PL           |    2 +-
 utils/h2ph.PL           |    2 +-
 utils/h2xs.PL           |    8 ++++----
 utils/perlbug.PL        |    2 +-
 utils/perlivp.PL        |    2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index 6e792e1..21f8327 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -12,7 +12,7 @@ Makefile=Makefile-cross-$CROSS_NAME
 # H.Merijn Brand [17 Feb 2004]
 # This comment is just to ensure that Configure will find variables that
 # are removed/replaced in patches on blead, but are still needed in the
-# 5.8.x, 5.6.x and 5.005.x maintainance tracks.
+# 5.8.x, 5.6.x and 5.005.x maintenance tracks.
 # metaconfig -m will scan all .SH files on this level (not deeper), and
 # not in x2p and other subfolders. This file is as good as any .SH
 # patch   references
@@ -1269,7 +1269,7 @@ etags:    TAGS
 TAGS: emacs/cperl-mode.elc
        sh emacs/ptags
 
-# Let's hope make will not go into an infinite loop on case-unsensitive systems
+# Let's hope make will not go into an infinite loop on case-insensitive systems
 # This may also fail if . is in the head of the path, since perl will
 # require -Ilib
 tags:  TAGS
diff --git a/Cross/README b/Cross/README
index 23a4ce8..7b8ef48 100644
--- a/Cross/README
+++ b/Cross/README
@@ -47,7 +47,7 @@ Other Targets (For Developers)
 ------------------------------
 
 It is possible to extend the cross-compilation to other targets.
-We have sucessfully compiled for the target solaris2.8/x86
+We have successfully compiled for the target solaris2.8/x86
 on linux/x86 build system.
 
 To attempt a cross-compile for another target using the methods
diff --git a/Cross/README.new b/Cross/README.new
index bbdeeb4..bcfa3b3 100644
--- a/Cross/README.new
+++ b/Cross/README.new
@@ -9,7 +9,7 @@ README.new - Cross-compilation for linux
 =head1 DESCRIPTION
 
 This is second approach to linux cross-compilation, which should allow
-building full perl and entensions for target platform. Cross-compilation
+building full perl and extensions for target platform. Cross-compilation
 for linux uses similar approach and shares the same files as
 cross-compilation for WinCE.
 
diff --git a/Cross/build-arm-n770-sh b/Cross/build-arm-n770-sh
index b3e6a67..e8c9179 100644
--- a/Cross/build-arm-n770-sh
+++ b/Cross/build-arm-n770-sh
@@ -6,7 +6,7 @@
 # to skip Configure/build for HOST miniperl, pass "noconf" argument to this 
script
 
 # some trick is different, however - the file extension for objects files
-# are choosen to be .${CROSS_NAME}, .armo in our case
+# are chosen to be .${CROSS_NAME}, .armo in our case
 
 # note how invoked Makefile.PL for cross-compilation:
 #   miniperl -MCross Makefile.PL
diff --git a/Cross/warp b/Cross/warp
index 69cffee..fe928de 100755
--- a/Cross/warp
+++ b/Cross/warp
@@ -1,7 +1,7 @@
 #!/bin/sh -x
 
 ## This script contains an rm -rf.  This may alarm you.
-## These directories need to be reccursively deleted.
+## These directories need to be recursively deleted.
 ## I don't see any method of making "Bad Things"[tm]
 ## Happen.  But we don't run buildroot as root do we? :-)
 
diff --git a/qnx/ar b/qnx/ar
index 21a6709..8030c7e 100644
--- a/qnx/ar
+++ b/qnx/ar
@@ -17,7 +17,7 @@
 #Note that Watcom 10.6 supports ar directly, so this
 #cover is not necessary.
 #
-#Increased the record size to 32 to accomodate a large library
+#Increased the record size to 32 to accommodate a large library
 #in the perl 5.003 distribution
 #
 #Submitted by Norton T. Allen (al...@huarp.harvard.edu)
diff --git a/utils/c2ph.PL b/utils/c2ph.PL
index 9450400..13389ec 100644
--- a/utils/c2ph.PL
+++ b/utils/c2ph.PL
@@ -394,7 +394,7 @@ eval '$'.$1.'$2;' while $ARGV[0] =~ /^([A-Za-z_]+=)(.*)/ && 
shift;
 
 sub PLUMBER {
     select(STDERR);
-    print "oops, apperent pager foulup\n";
+    print "oops, apparent pager foulup\n";
     $isatty++;
     &usage(1);
 }
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
index 2228e1b..87f3c7d 100644
--- a/utils/h2ph.PL
+++ b/utils/h2ph.PL
@@ -426,7 +426,7 @@ sub expr {
                       # Croak if nv_preserves_uv_bits < 64 ?
                       $new .=         hex(substr($hex, -8)) +
                               2**32 * hex(substr($hex,  0, -8));
-                      # The above will produce "errorneus" code
+                      # The above will produce "erroneous" code
                       # if the hex constant was e.g. inside UINT64_C
                       # macro, but then again, h2ph is an approximation.
                   } else {
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 8564577..634e891 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -530,7 +530,7 @@ OPTIONS:
     -X, --omit-XS         Omit the XS portion (implies both -c and -f).
     -a, --gen-accessors   Generate get/set accessors for struct and union 
members
                           (used with -x).
-    -b, --compat-version  Specify a perl version to be backwards compatibile 
with.
+    -b, --compat-version  Specify a perl version to be backwards compatible 
with.
     -c, --omit-constant   Omit the constant() function and specialised AUTOLOAD
                           from the XS file.
     -d, --debugging       Turn on debugging messages.
@@ -1724,7 +1724,7 @@ sub accessor_docs {
 #  my \$buffer = $name->new();
 #  my \$obj = \$buffer->_to_ptr();
 #
-#This exersizes the following two methods, and an additional class
+#This exercises the following two methods, and an additional class
 #C<$name>, the internal representation of which is a reference to a
 #packed string with the C structure.  Keep in mind that \$buffer should
 #better survive longer than \$obj.
@@ -1801,7 +1801,7 @@ sub get_typemap {
 sub normalize_type {           # Second arg: do not strip const's before \*
   my $type = shift;
   my $do_keep_deep_const = shift;
-  # If $do_keep_deep_const this is heuristical only
+  # If $do_keep_deep_const this is heuristic only
   my $keep_deep_const = ($do_keep_deep_const ? '\b(?![^(,)]*\*)' : '');
   my $ignore_mods
     = 
"(?:\\b(?:(?:__const__|const)$keep_deep_const|static|inline|__inline__)\\b\\s*)*";
@@ -2021,7 +2021,7 @@ EOM
 close(PL) || die "Can't close $ext$modpname/Makefile.PL: $!\n";
 
 # Create a simple README since this is a CPAN requirement
-# and it doesnt hurt to have one
+# and it doesn't hurt to have one
 warn "Writing $ext$modpname/README\n";
 open(RM, ">README") || die "Can't create $ext$modpname/README:$!\n";
 my $thisyear = (gmtime)[5] + 1900;
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index 8caef3c..955e98f 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -1292,7 +1292,7 @@ release of Perl, are likely to receive less attention 
from the
 volunteers who build and maintain Perl than reports about bugs in
 the current release.
 
-This tool isn't apropriate for reporting bugs in any version
+This tool isn't appropriate for reporting bugs in any version
 prior to Perl 5.0.
 
 =item Are you sure what you have is a bug?
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index 887533b..ceefc3d 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -235,7 +235,7 @@ if (defined($Config{'extensions'})) {
 
     # A silly name for a module (that hopefully won't ever exist).
     # Note that this test serves more as a check of the validity of the
-    # actuall required module tests above.
+    # actual required module tests above.
     my $unnecessary = 'bLuRfle';
 
     if (!grep(/$unnecessary/, @extensions)) {

--
Perl5 Master Repository

Reply via email to