[perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
Peter BARABAS [Sat, 24 Aug 2002 08:16:19 +0000 (08:16 +0000)]
From: Peter BARABAS (via RT) <perlbug@perl.org>
Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>

p4raw-id: //depot/perl@17766

pod/perlxstut.pod

index c2d51c7..ceb65e0 100644 (file)
@@ -210,7 +210,7 @@ that looks like this:
 
        Mytest::hello();
 
-Now we make the script executable (C<chmod -x hello>), run the script
+Now we make the script executable (C<chmod +x hello>), run the script
 and we should see the following output:
 
        % ./hello
@@ -692,7 +692,7 @@ makes these functions visible from Perl interpreter.
 
 Pay a special attention to the function C<constant>.  This name appears
 twice in the generated .xs file: once in the first part, as a static C
-function, the another time in the second part, when an XSUB interface to
+function, then another time in the second part, when an XSUB interface to
 this static C function is defined.
 
 This is quite typical for .xs files: usually the .xs file provides