diff options
author | Paul Johnson <paul@pjcj.net> | 2012-11-05 14:39:45 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-11-05 06:19:14 -0800 |
commit | 8f778886e520b7c53852d16c2dff71f705c84e67 (patch) | |
tree | 66a8af8062d98d357ac6df9dffc069be3cb04ed3 /dist/ExtUtils-ParseXS/lib | |
parent | 053a3618afa182a56688f9d286580985aa467e51 (diff) | |
download | perl-8f778886e520b7c53852d16c2dff71f705c84e67.tar.gz |
Lose the loose. Fix documentation typo.
Diffstat (limited to 'dist/ExtUtils-ParseXS/lib')
-rw-r--r-- | dist/ExtUtils-ParseXS/lib/perlxstut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-ParseXS/lib/perlxstut.pod b/dist/ExtUtils-ParseXS/lib/perlxstut.pod index 93c1bfbe61..0afa408920 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 *: |