Typo found by Craig Berry
Rafael Garcia-Suarez [Mon, 10 Jul 2006 17:07:43 +0000 (17:07 +0000)]
p4raw-id: //depot/perl@28531

pod/perlhack.pod

index 7e4f20b..616ff2f 100644 (file)
@@ -2744,7 +2744,7 @@ they either use the native implementation, or Perl's own implementation
 Do not use sprintf() or vsprintf()
 
 If you really want just plain byte strings, use my_snprintf()
-and my_vnsprintf() instead, which will try to use snprintf() and
+and my_vsnprintf() instead, which will try to use snprintf() and
 vsnprintf() if those safer APIs are available.  If you want something
 fancier than a plain byte string, use SVs and Perl_sv_catpvf().
 
@@ -3303,11 +3303,10 @@ activity as well, and probably sooner than you'd think.
 
 =back
 
-If you can do these things, you've started on the long road to Perl porting. 
+If you can do these things, you've started on the long road to Perl porting.
 Thanks for wanting to help make Perl better - and happy hacking!
 
 =head1 AUTHOR
 
 This document was written by Nathan Torkington, and is maintained by
 the perl5-porters mailing list.
-