summaryrefslogtreecommitdiff
path: root/pod/perlxstut.pod
diff options
context:
space:
mode:
authorPeter BARABAS <perlbug@perl.org>2002-08-24 08:16:19 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-08-24 20:33:05 +0000
commitf4987be3a63f5c87d744dc0fc7df09a75659c9cf (patch)
tree8e79a245b937afda91bbc5dff3c4176c16daf454 /pod/perlxstut.pod
parent4aa30b3f89f2e8d1311d612545c34f6bcdbf308d (diff)
downloadperl-f4987be3a63f5c87d744dc0fc7df09a75659c9cf.tar.gz
[perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
From: Peter BARABAS (via RT) <perlbug@perl.org> Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> p4raw-id: //depot/perl@17766
Diffstat (limited to 'pod/perlxstut.pod')
-rw-r--r--pod/perlxstut.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod
index c2d51c7a71..ceb65e0b5b 100644
--- a/pod/perlxstut.pod
+++ b/pod/perlxstut.pod
@@ -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