# New Ticket Created by  Neil Conway 
# Please include the string:  [perl #27272]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27272 >


This trivial patch fixes a few typos I noticed while reading through 
docs/intro.pod

Cheers,

Neil Conway
Index: docs/intro.pod
===================================================================
RCS file: /cvs/public/parrot/docs/intro.pod,v
retrieving revision 1.20
diff -u -r1.20 intro.pod
--- docs/intro.pod	29 Feb 2004 13:18:46 -0000	1.20
+++ docs/intro.pod	1 Mar 2004 16:21:16 -0000
@@ -23,7 +23,7 @@
 Parrot is related to Perl 6, but it is not Perl 6. To find out
 what it actually is, we need to know a little about how Perl works.
 When you feed your program into C<perl>, it is first compiled into an
-internal representation, or bytecode; then this bytecode is fed to
+internal representation, or bytecode; then this bytecode is fed to an
 almost separate subsystem inside C<perl> to be interpreted. So there
 are two distinct phases of C<perl>'s operation - compilation to
 bytecode, and interpretation of bytecode. This is not unique to Perl;
@@ -164,7 +164,7 @@
 
 =item C<PMC>
 
-Other types lile a (perl) scalar or an array.
+Other types like a (perl) scalar or an array.
 
 =back
 
@@ -425,8 +425,8 @@
 the development takes place. You should also keep up to date with the CVS
 version of Parrot; if you want to be alerted to CVS commits,
 you can subscribe to the cvs-parrot mailing list (C<[EMAIL PROTECTED]>).
-CVS commit access is given to those who taken
-responsibility for a particular area of Parrot, or who often commit
+CVS commit access is given to those who take
+responsibility for a particular area of Parrot, or who often submit
 high-quality patches.
 
 A useful web page is L<http://cvs.perl.org>, which reminds you how to use CVS,

Reply via email to