perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r35797 - trunk

Subject: [svn:parrot] r35797 - trunk
From:
Date: Tue, 20 Jan 2009 04:15:27 -0800 PST
Newsgroups: perl.cvs.parrot

Author: coke
Date: Tue Jan 20 04:15:26 2009
New Revision: 35797

Modified:
   trunk/DEPRECATED.pod

Log:
fix typo, minor reformat.



Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Tue Jan 20 04:15:26 2009
@@ -130,8 +130,8 @@
 
 =item * load_bytecode without a file extension [post 0.9.0]
 
-The load_bytecode opcode will require an extension on all .pir, .pasm, and 
.pbc files.
-It will perform limited checks for alternate extenstions:
+The load_bytecode opcode will require an extension on all .pir, .pasm,
+and .pbc files.  It will perform limited checks for alternate extensions:
 
   a .pir file that isn't found will check for a .pbc file
 
@@ -139,7 +139,6 @@
   
   a .pbc file that isn't found will check for a .pir file, then a .pasm file
 
-
 =back
 
 =head1 Functions

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r35797 - trunk, coke <=