Author: rgrjr
Date: Tue Dec 26 22:15:08 2006
New Revision: 16271

Modified:
   trunk/docs/pdds/pdd13_bytecode.pod

Log:
Fix minor typos.


Modified: trunk/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- trunk/docs/pdds/pdd13_bytecode.pod  (original)
+++ trunk/docs/pdds/pdd13_bytecode.pod  Tue Dec 26 22:15:08 2006
@@ -130,7 +130,7 @@
   |        |        | this is the string C<\376PBC\r\n\032\n> (ASCII) or     |
   |        |        | C<\xfe\x50\x42\x43\x0d\x0a\x1a\x0a>.                   |
   +--------+--------+--------------------------------------------------------+
-  | 8      | 1      | Word size in bytes of words making up the segements of |
+  | 8      | 1      | Word size in bytes of words making up the segments of  |
   |        |        | the PBC file. Must be one of:                          |
   |        |        |    0x04 - 4 byte (32-bit) words                        |
   |        |        |    0x08 - 8 byte (64-bit) words                        |
@@ -147,15 +147,15 @@
   +--------+--------+--------------------------------------------------------+
   | 11     | 1      | Major version number of the version of Parrot that     |
   |        |        | wrote this bytecode file. For example, if Parrot 0.9.5 |
-  |        |        | wrote it,this byte would have the value 0.             |
+  |        |        | wrote it, this byte would have the value 0.            |
   +--------+--------+--------------------------------------------------------+
   | 12     | 1      | Minor version number of the version of Parrot that     |
   |        |        | wrote this bytecode file. For example, if Parrot 0.9.5 |
-  |        |        | wrote it,this byte would have the value 9.             |
+  |        |        | wrote it, this byte would have the value 9.            |
   +--------+--------+--------------------------------------------------------+
   | 13     | 1      | Patch version number of the version of Parrot that     |
   |        |        | wrote this bytecode file. For example, if Parrot 0.9.5 |
-  |        |        | wrote it,this byte would have the value 5.             |
+  |        |        | wrote it, this byte would have the value 5.            |
   +--------+--------+--------------------------------------------------------+
   | 14     | 1      | Major version number of the bytecode file format. See  |
   |        |        | the section below on bytecode file format version      |

Reply via email to