More POD corrections
authorTom Christiansen <tchrist@perl.com>
Wed, 16 Feb 2011 05:44:15 +0000 (21:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 16 Feb 2011 05:44:15 +0000 (21:44 -0800)
[Extracted by the committer from
 <nntp://nntp.perl.org/19662.1297825146@chthon>]

ext/B/B.pm
sv.c

index 8f3c975..91dc5f5 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.27';
+    $B::VERSION = '1.28';
 
     @B::EXPORT_OK = qw(minus_c ppname save_BEGINs
                       class peekop cast_I32 cstring cchar hash threadsv_names
@@ -543,7 +543,7 @@ per-thread threadsv variables.
 
 =back
 
-=head2 Exported utility variabiles
+=head2 Exported utility variables
 
 =over 4
 
diff --git a/sv.c b/sv.c
index e2cc8d8..4bd6850 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -4661,7 +4661,7 @@ we do the copy, and is also used locally. If C<SV_COW_DROP_PV> is set
 then a copy-on-write scalar drops its PV buffer (if any) and becomes
 SvPOK_off rather than making a copy. (Used where this scalar is about to be
 set to some other value.) In addition, the C<flags> parameter gets passed to
-C<sv_unref_flags()> when unrefing. C<sv_force_normal> calls this function
+C<sv_unref_flags()> when unreffing. C<sv_force_normal> calls this function
 with flags set to 0.
 
 =cut