In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e657afcbc45e609d67aec2a0312fc1389caa6539?hp=c7121961d8a0541a0530b15529553c4e9160917b>

- Log -----------------------------------------------------------------
commit e657afcbc45e609d67aec2a0312fc1389caa6539
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri Nov 8 17:41:31 2013 -0800

    Fix pod screwup in a05ea1cf8be
    
    Thanks to Daniel Dragan for pointing it out.
-----------------------------------------------------------------------

Summary of changes:
 sv.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sv.c b/sv.c
index b165589..bbb2a03 100644
--- a/sv.c
+++ b/sv.c
@@ -3663,9 +3663,9 @@ Perl_sv_utf8_decode(pTHX_ SV *const sv)
 Copies the contents of the source SV C<ssv> into the destination SV
 C<dsv>.  The source SV may be destroyed if it is mortal, so don't use this
 function if the source SV needs to be reused.  Does not handle 'set' magic on
-destination SV. C alls 'get' magic on
-source SV.  Loosely speaking, it performs a
-copy-by-value, obliterating any previous content of the destination.
+destination SV.  Calls 'get' magic on source SV.  Loosely speaking, it
+performs a copy-by-value, obliterating any previous content of the
+destination.
 
 You probably want to use one of the assortment of wrappers, such as
 C<SvSetSV>, C<SvSetSV_nosteal>, C<SvSetMagicSV> and

--
Perl5 Master Repository

Reply via email to