Propagate the perlapi.pod part of change 32026 back to the source POD.
Nicholas Clark [Sat, 6 Oct 2007 21:24:32 +0000 (21:24 +0000)]
p4raw-id: //depot/perl@32055

sv.c

diff --git a/sv.c b/sv.c
index bcf144f..e5f7bea 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -7216,7 +7216,7 @@ Perl_newSVuv(pTHX_ UV u)
 /*
 =for apidoc newSV_type
 
-Creates a new SV, of the type specificied.  The reference count for the new SV
+Creates a new SV, of the type specified.  The reference count for the new SV
 is set to 1.
 
 =cut