This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
[perl5.git] / pod / perlcall.pod
index 8771be8..2b83780 100644 (file)
@@ -1925,8 +1925,8 @@ refers to the last.
 =head2 Creating and calling an anonymous subroutine in C
 
 As we've already shown, C<perl_call_sv> can be used to invoke an
-anonymous subroutine.  However, our example showed how Perl script
-invoking an XSUB to preform this operation.  Let's see how it can be
+anonymous subroutine.  However, our example showed a Perl script
+invoking an XSUB to perform this operation.  Let's see how it can be
 done inside our C code:
 
  ...