Re-apply typo fixes from c4a6f826b3676d1fdbd99
authorSteffen Mueller <smueller@cpan.org>
Thu, 10 Feb 2011 09:22:56 +0000 (10:22 +0100)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:56 +0000 (20:53 +0200)
These had to be reverted for the ExtUtils::ParseXS rebase of Jim
Keenan's strictification work.

Originally reverted as 8e19e0c1f155990dc120199.

dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm

index 45b30a5..8ebc900 100644 (file)
@@ -230,7 +230,7 @@ Revision history for Perl extension ExtUtils::ParseXS.
 
  - On Win32, there was a DLL file we create during testing that we
    couldn't delete unless we closed it first, so testing failed when
-   the deletiong was attempted.  This should now work (provided the
+   the deletion was attempted.  This should now work (provided the
    version of perl is high enough to have DynaLoader::dl_unload_file()
    - I'm not sure what will happen otherwise). [Steve Hay]
 
index 156f6e5..6ddb5c6 100644 (file)
@@ -720,7 +720,7 @@ EOF
 
         # 0: type, 1: with_size, 2: how, 3: how_size
         if ($t and not $t->[1] and $t->[0] eq 'p') {
-          # PUSHp corresponds to setpvn.  Treate setpv directly
+          # PUSHp corresponds to setpvn.  Treat setpv directly
           my $what = eval qq("$t->[2]");
           warn $@ if $@;
 
index f5ffb57..535fe09 100644 (file)
@@ -56,7 +56,7 @@ Adds C<extern "C"> to the C code.  Default is false.
 
 =item B<hiertype>
 
-Retains C<::> in type names so that C++ hierachical types can be
+Retains C<::> in type names so that C++ hierarchical types can be
 mapped.  Default is false.
 
 =item B<except>
index 26f4b6a..d576c09 100644 (file)
@@ -40,7 +40,7 @@ sub DESTROY {
 }
 
 sub UNTIE {
-  # This sub does nothing, but is neccessary for references to be released.
+  # This sub does nothing, but is necessary for references to be released.
 }
 
 sub end_marker {