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


This patch contains some fixes for typos,

Regards,

Nick
Index: docs/pdds/pdd08_keys.pod
===================================================================
--- docs/pdds/pdd08_keys.pod    (revision 8232)
+++ docs/pdds/pdd08_keys.pod    (working copy)
@@ -235,7 +235,7 @@
 
     1 - Integer constant
     2 - Number constant
-    4 - String contant
+    4 - String constant
     7 - Integer register
     8 - Number register
     9 - PMC register
Index: docs/gettingstarted.pod
===================================================================
--- docs/gettingstarted.pod     (revision 8232)
+++ docs/gettingstarted.pod     (working copy)
@@ -47,7 +47,7 @@
 
 =back
 
-The abobe instructions are also on the Parrot website:
+The above instructions are also on the Parrot website:
 
 http://www.parrotcode.org/source.html
 
Index: CREDITS
===================================================================
--- CREDITS     (revision 8232)
+++ CREDITS     (working copy)
@@ -247,7 +247,7 @@
 N: Michael Scott
 D: Getting Started Guide for Parrot, many doc fixes
 D: Mac OS X build fixes
-D: HTML documentaion for Parrot
+D: HTML documentation for Parrot
 E: [EMAIL PROTECTED]
 W: http://xrl.us/sml
 
Index: README.win32
===================================================================
--- README.win32        (revision 8232)
+++ README.win32        (working copy)
@@ -138,7 +138,7 @@
 
     $MAKE win32-inno-installer
     
-This command creats a setup-parrot-x.y.z.exe that contains all parrot install 
+This command creates a setup-parrot-x.y.z.exe that contains all parrot install 
 directories.
 
 =head2 Usage Hints
Index: ops/core.ops
===================================================================
--- ops/core.ops        (revision 8232)
+++ ops/core.ops        (working copy)
@@ -410,7 +410,7 @@
 
 =item B<returncc>()
 
-Return from the sub or method via the current continuatio.
+Return from the sub or method via the current continuation.
 
 =cut
 
Index: parrotbug
===================================================================
--- parrotbug   (revision 8232)
+++ parrotbug   (working copy)
@@ -568,7 +568,7 @@
 
 Options:
   --ok                   Report successful build on this system to parrot
-                         developpers. Only use --ok if *everything* was ok:
+                         developers. Only use --ok if *everything* was ok:
                          if there were *any* problems at all, use --nok.
   --nok                  Report unsuccessful build on this system.
   --subject <subject>    Subject to include with the message.
@@ -580,7 +580,7 @@
   --input-file           File containing the body of the report. Use this
                          to quickly send a prepared message.
   --output-file          File where parrotbug will save its bug report.
-  --to <address>         Email adress to send report to. (testing only)
+  --to <address>         Email address to send report to. (testing only)
 
   Note: you will be prompted if the program miss some information.
 
@@ -731,11 +731,11 @@
 
 =item B<--nok>
 
-Report unsuccessful build on this system to parrot developpers.
+Report unsuccessful build on this system to parrot developers.
 
 =item B<--ok>
 
-Report successful build on this system to parrot developpers Only use
+Report successful build on this system to parrot developers Only use
 C<--ok> if B<everything> was ok; if there were B<any> problems at all,
 use C<--nok>.
 
@@ -778,7 +778,7 @@
 
 =item B<--to>
 
-Email adress to send report to. (for testing purposes only)
+Email address to send report to. (for testing purposes only)
 
 =back
 
Index: NEWS
===================================================================
--- NEWS        (revision 8232)
+++ NEWS        (working copy)
@@ -29,7 +29,7 @@
  - MMD - multi method dispatch for binary vtable methods
  - Library improvement and cleanup
  - BigInt, Complex, *Array, Slice, Enumerate, None PMC classes
- - IA64 and hppa JIT supprt
+ - IA64 and hppa JIT support
  - Tons of fixes, improvements, new tests, and documentation updates.
 A lot is unfinished and keeps changing. Nethertheless Parrot is stable
 and usable at the surface, while internals are moving.
@@ -240,7 +240,7 @@
 - Jako updates: subroutines, more example programs, optimizations
 - test_prog renamed to 'parrot'
 
-- Added fatures to the assembler: @ for current location, and global
+- Added features to the assembler: @ for current location, and global
   labels
 - Build tweaks for VMS
 - Bytecode typing clean-ups
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 8232)
+++ ChangeLog   (working copy)
@@ -393,7 +393,7 @@
 
 2002-03-16 16:50  ajgough
 
-       * types/: bignum.c, bignum.h: More documentation, seperate
+       * types/: bignum.c, bignum.h: More documentation, separate
        functions into public and private sorts, some initial stuff to cope
        with over and underflow correctly.
 
@@ -702,7 +702,7 @@
 2002-03-08 21:12  ajgough
 
        * include/parrot/string.h: Added private flags to string.h, mostly
-       so that other GCed stuff can also have it's very own private flags.
+       so that other GCed stuff can also have its very own private flags.
 
 2002-03-08 19:53  simon
 
@@ -1281,7 +1281,7 @@
 
        * Configure.pl, embed.c, pdump.c, hints/mswin32.pl,
        include/parrot/parrot.h: this patch adds support for the freely
-       availabe borland c++ 5.5.1 compiler
+       available borland c++ 5.5.1 compiler
 
        depends on: - josh's patch to remove ssize_t from CPrederef.pm -
        working borland compiler (compiler must know where to find headers
@@ -2604,7 +2604,7 @@
 
 2002-01-19 07:12  mrjoltcola
 
-       * MANIFEST, core.ops, io.ops, pbc2c.pl: Seperate pure ParrotIO ops
+       * MANIFEST, core.ops, io.ops, pbc2c.pl: Separate pure ParrotIO ops
        into io.ops, leave the STDIO wrappers        in core.ops until they
        disappear.  Added debug op for switching on VM debug flag
 
@@ -2729,7 +2729,7 @@
        current code. But it will make adding some opcodes easier in the
        future, and cleans up a small nit in the current bsr.
 
-       Courtesty of Steve Fink <[EMAIL PROTECTED]>
+       Courtesy of Steve Fink <[EMAIL PROTECTED]>
 
 2002-01-15 08:48  brentdax
 
@@ -3284,7 +3284,7 @@
 2002-01-07 11:43  simon
 
        * Configure.pl:
-       Gobble the + before catenating.
+       Gobble the + before concatenating.
 
 2002-01-07 03:53  dan
 
@@ -4488,7 +4488,7 @@
        take as
            argument the address where is the opcode number to jump to.
 
-         * There is a bug at some point, but I will start writting
+         * There is a bug at some point, but I will start writing
            jit/i386/string.jit and jit/i386/stacks.jit so that we don't
        have use
            calls, which make the jit as slow as the interpreter.
@@ -4724,7 +4724,7 @@
        The goal is to remove the additional test in the inner loop that
        was checking for NULL to decide whether or not to call the
        prederef() function. Also moved pc & pc_prederef syncing outside
-       the innner loop.
+       the inner loop.
 
          * Changed the prototype of the prederef() function in
            interpreter.c to match that of an opfunc.
@@ -5004,7 +5004,7 @@
        We assume that sizeof(INTVAL) <= sizeof(void *), so we can continue
        to have inline INTVAL constants.
 
-       I've been getting about a 22% speed increase over vanila code path
+       I've been getting about a 22% speed increase over vanilla code path
        when I compile with -O0. Advantage decreases at -O9 here. I tested
        with mops.pbc, and also by temporarily putting the -P flag in
        Parrot/Test.pm and running all the tests. So, this code is as
@@ -5168,7 +5168,7 @@
 
        * Makefile.in: D'oh! Fixed looping makefile bug.
 
-       Courtesty of: "Jaen Saul" <[EMAIL PROTECTED]>
+       Courtesy of: "Jaen Saul" <[EMAIL PROTECTED]>
 
 2001-12-12 16:23  jgoff
 
@@ -6069,7 +6069,7 @@
 2001-11-02 12:13  gregor
 
        * MANIFEST, time.c, include/parrot/time.h:
-         * Removed time.[hc], since they have been superceded by the new
+         * Removed time.[hc], since they have been superseded by the new
        platform
            stuff.
 
@@ -6476,7 +6476,7 @@
            hand-modified version of the assembly code produced by the
            Jako compiler from queens.jako. A few unnecessary ops have
            been removed, lots of unnecessary labels have been removed,
-           and all the Jako soure code comments have been removed.
+           and all the Jako source code comments have been removed.
 
          * Makefile and .cvsignore in languages/jako modified so that
            the assembler produces listings when assembling the programs,
@@ -6956,7 +6956,7 @@
        result for %
                are machine-dependent for negative operands, as is the
        action taken
-               on overflow or underlfow.
+               on overflow or underflow.
                                                                     --
        [1], page 41
 
@@ -7049,7 +7049,7 @@
        Programming
                  Language*, Second Edition. Prentice Hall, 1988.
 
-         * Added and modified tests as appropropriate for the above.
+         * Added and modified tests as appropriate for the above.
 
 2001-10-08 08:49  thgibbs
 
@@ -7256,7 +7256,7 @@
        The Assembler.pm module was changed to do late binding of arguments
        so that 0 could be treated like 0.0 without having to be so
        declared.  Also, only strings now use the [sc:N] intermediate form
-       as it was unneccesary for integer and float types.
+       as it was unnecessary for integer and float types.
 
 2001-10-05 21:59  gregor
 
@@ -7907,7 +7907,7 @@
 
 2001-09-20 22:41  dan
 
-       * packfile.c: Had some no-value returns. Naugty
+       * packfile.c: Had some no-value returns. Naughty
 
 2001-09-20 22:40  dan
 
@@ -8619,7 +8619,7 @@
 
        Added in the first mini-language that targets Parrot.
 
-       Courtesty of: "Gregor N. Purdy" <[EMAIL PROTECTED]>
+       Courtesy of: "Gregor N. Purdy" <[EMAIL PROTECTED]>
 
 2001-09-14 15:20  dan
 
@@ -8809,7 +8809,7 @@
 
 2001-09-12 19:48  dan
 
-       * t/euclid.pasm: Implementation of Euclid's Algorithm, courtesty of
+       * t/euclid.pasm: Implementation of Euclid's Algorithm, courtesy of
        Gregor Purdy
 
 2001-09-12 19:39  dan
Index: Configure.pl
===================================================================
--- Configure.pl        (revision 8232)
+++ Configure.pl        (working copy)
@@ -185,12 +185,12 @@
 
 =item C<--icu-config=/path/to/icu-config>
 
-Use the specified icu-config script to determine the neccessary ICU options.
+Use the specified icu-config script to determine the necessary ICU options.
 
 Use --icu-config=none to disable the autodetect feature. Parrot will
 then be build with its own ICU.
 
-B<Note:> If you specifiy another ICU option than --icu-config, the
+B<Note:> If you specify another ICU option than --icu-config, the
 autodetection functionality will be disabled.
 
 =item C<--icuplatform=(platform)>
Index: PLATFORMS
===================================================================
--- PLATFORMS   (revision 8232)
+++ PLATFORMS   (working copy)
@@ -1,4 +1,4 @@
-Parrot was reported to compile and run tests successfuly on these platforms:
+Parrot was reported to compile and run tests successfully on these platforms:
 
 Platform                B8    Runloops      Feature Comp Test Inst YYYYMMDD
                            CGoto JIT EXEC   Thr Sig

Reply via email to