From 73ba72d13a108a44a43f756d893c3e2a617984e4 Mon Sep 17 00:00:00 2001 From: Leopold Toetsch Date: Wed, 1 Jun 2005 13:42:39 +0000 Subject: [PATCH] [perl #36057] [PATCH] Fix some typos - 5 This patch contains some fixes for typos, Courtesy of Nick Glencross git-svn-id: https://svn.parrot.org/parrot/trunk@8238 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- CREDITS | 2 +- ChangeLog | 36 ++++++++++++++++++------------------ Configure.pl | 4 ++-- NEWS | 4 ++-- PLATFORMS | 2 +- README.win32 | 2 +- docs/gettingstarted.pod | 2 +- docs/pdds/pdd08_keys.pod | 2 +- ops/core.ops | 2 +- parrotbug | 10 +++++----- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/CREDITS b/CREDITS index 602d47a946..6706910af0 100644 --- a/CREDITS +++ b/CREDITS @@ -247,7 +247,7 @@ N: Michael G. Schwern 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: michael_scott@mac.com W: http://xrl.us/sml diff --git a/ChangeLog b/ChangeLog index 052dea38fa..af3304b93e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + Courtesy of Steve Fink 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" + Courtesy of: "Jaen Saul" 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" + Courtesy of: "Gregor N. Purdy" 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 diff --git a/Configure.pl b/Configure.pl index b684c0f724..e05955c559 100644 --- a/Configure.pl +++ b/Configure.pl @@ -185,12 +185,12 @@ =head2 Command-line Options =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 If you specifiy another ICU option than --icu-config, the +B If you specify another ICU option than --icu-config, the autodetection functionality will be disabled. =item C<--icuplatform=(platform)> diff --git a/NEWS b/NEWS index 5bd814d995..18d5972146 100644 --- a/NEWS +++ b/NEWS @@ -29,7 +29,7 @@ Parrot 0.1.1 is an intermediate release with tons of updates and fixes. - 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 @@ New in 0.0.3 - 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 diff --git a/PLATFORMS b/PLATFORMS index a10825da89..e414d0e0b4 100644 --- a/PLATFORMS +++ b/PLATFORMS @@ -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 diff --git a/README.win32 b/README.win32 index e281c2c602..c697bbe50f 100644 --- a/README.win32 +++ b/README.win32 @@ -138,7 +138,7 @@ XXX $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 diff --git a/docs/gettingstarted.pod b/docs/gettingstarted.pod index 370858c22b..c06f7a1c34 100644 --- a/docs/gettingstarted.pod +++ b/docs/gettingstarted.pod @@ -47,7 +47,7 @@ C =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 diff --git a/docs/pdds/pdd08_keys.pod b/docs/pdds/pdd08_keys.pod index 5a9e2934ff..2512b655f9 100644 --- a/docs/pdds/pdd08_keys.pod +++ b/docs/pdds/pdd08_keys.pod @@ -235,7 +235,7 @@ specified using two words. The first word is a type specifier: 1 - Integer constant 2 - Number constant - 4 - String contant + 4 - String constant 7 - Integer register 8 - Number register 9 - PMC register diff --git a/ops/core.ops b/ops/core.ops index e627c64ac5..dac4c4e36a 100644 --- a/ops/core.ops +++ b/ops/core.ops @@ -410,7 +410,7 @@ and invoke'ing it. =item B() -Return from the sub or method via the current continuatio. +Return from the sub or method via the current continuation. =cut diff --git a/parrotbug b/parrotbug index 7aeb7762ae..98e41eeee1 100755 --- a/parrotbug +++ b/parrotbug @@ -568,7 +568,7 @@ Usage: $0 [OPTIONS] [ACTIONS] 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 to include with the message. @@ -580,7 +580,7 @@ Options: --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
Email adress to send report to. (testing only) + --to
Email address to send report to. (testing only) Note: you will be prompted if the program miss some information. @@ -731,11 +731,11 @@ Note: you will be prompted if the program miss some information. =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 was ok; if there were B problems at all, use C<--nok>. @@ -778,7 +778,7 @@ File where parrotbug will save its bug report, if you ask it to do so. =item B<--to> -Email adress to send report to. (for testing purposes only) +Email address to send report to. (for testing purposes only) =back