In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/6ecb40c7533daddcbced3f1...>
- Log -----------------------------------------------------------------
commit 6ecb40c7533daddcbced3f122e55a5afc0e02a99
Author: Father Chrysostomos <spr...@cpan.org>
Date: Mon Nov 5 06:21:35 2012 -0800
perl.h: s/non-existant/nonexistent/
M perl.h
commit 8f778886e520b7c53852d16c2dff71f705c84e67
Author: Paul Johnson <p...@pjcj.net>
Date: Mon Nov 5 14:39:45 2012 +0100
Lose the loose. Fix documentation typo.
M dist/ExtUtils-ParseXS/lib/perlxstut.pod
-----------------------------------------------------------------------
Summary of changes:
dist/ExtUtils-ParseXS/lib/perlxstut.pod | 2 +-
perl.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist/ExtUtils-ParseXS/lib/perlxstut.pod b/dist/ExtUtils-ParseXS/lib/perlxstut.pod
index 93c1bfb..0afa408 100644
--- a/dist/ExtUtils-ParseXS/lib/perlxstut.pod
+++ b/dist/ExtUtils-ParseXS/lib/perlxstut.pod
@@ -1239,7 +1239,7 @@ standard C library function C<fputs()>. This is all we need:
The real work is done in the standard typemap.
-B<But> you loose all the fine stuff done by the perlio layers. This
+B<But> you lose all the fine stuff done by the perlio layers. This
calls the stdio function C<fputs()>, which knows nothing about them.
The standard typemap offers three variants of PerlIO *:
diff --git a/perl.h b/perl.h
index adf36c5..be07993 100644
--- a/perl.h
+++ b/perl.h
@@ -541,7 +541,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
* silently ignores -t/-T instead of throwing an exception.
*
* DANGER! Using NO_TAINT_SUPPORT or SILENT_NO_TAINT_SUPPORT
- * voids your non-existant warranty!
+ * voids your nonexistent warranty!
*/
#if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
# define NO_TAINT_SUPPORT 1
--
Perl5 Master Repository