Change 28531 by [EMAIL PROTECTED] on 2006/07/10 17:07:43
Typo found by Craig Berry
Affected files ...
... //depot/perl/pod/perlhack.pod#109 edit
Differences ...
==== //depot/perl/pod/perlhack.pod#109 (text) ====
Index: perl/pod/perlhack.pod
--- perl/pod/perlhack.pod#108~28530~ 2006-07-10 10:05:12.000000000 -0700
+++ perl/pod/perlhack.pod 2006-07-10 10:07:43.000000000 -0700
@@ -2744,7 +2744,7 @@
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 @@
=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.
-
End of Patch.