Only in parrot/: .cvsignore
diff -ur parrot/languages/BASIC/interpreter/README.BASIC parrot/languages/BASIC/interpreter/README.BASIC
--- parrot/languages/BASIC/interpreter/README.BASIC	2003-08-27 16:27:08.000000000 -0400
+++ parrot/languages/BASIC/interpreter/README.BASIC	2003-08-27 16:49:48.000000000 -0400
@@ -20,7 +20,7 @@
 	LOAD progname [loads in progname.bas]
 	PRINT
 	PRINT expr
-	PRINT expr;   [supress newline]
+	PRINT expr;   [suppress newline]
 	DIM           [a no-op]
 	LET var=expr
 	INPUT var    
@@ -52,7 +52,7 @@
 	MID(X,Y,Z)
 		Return the string of X, starting at position Y (1-based),
 	        for length Z.
-	RIGHT(X,Y) Return rightmost Y charaters of X
+	RIGHT(X,Y) Return rightmost Y characters of X
 	LEFT(X,Y) Return leftmost Y characters of X
 	INSTR(X,Y) Return the position (1-based) where substring Y 
 	        begins in X
@@ -69,7 +69,7 @@
 		cause concatenation instead.
 	-       Unary minus
 	,       Construction of tuples.  5,I+34*2,"FOO",A$ will be
-		reduced to a 4-element list (comma-separaed) with all
+		reduced to a 4-element list (comma-separated) with all
 		possible evaluations done.
 	AND,OR  Logical
 	><<>=   Comparison (returns 1 or 0)
diff -ur parrot/languages/imcc/README parrot/languages/imcc/README
--- parrot/languages/imcc/README	2003-08-27 16:27:10.000000000 -0400
+++ parrot/languages/imcc/README	2003-08-27 16:49:09.000000000 -0400
@@ -114,7 +114,7 @@
     item can be a const or non-const token.
 
   These are tokens that might not directly translate to a specific
-  opcode, and are intentionly left generic. Some of them aren't
+  opcode, and are intentionally left generic. Some of them aren't
   ops at all, but instructions to the compiler.
 
    .class <IDENTIFIER>
diff -ur parrot/languages/jako/docs/jako.pod parrot/languages/jako/docs/jako.pod
--- parrot/languages/jako/docs/jako.pod	2003-08-27 16:27:10.000000000 -0400
+++ parrot/languages/jako/docs/jako.pod	2003-08-27 16:45:06.000000000 -0400
@@ -150,7 +150,7 @@
 
 NOTE: The B<oplib>, B<fnlib> and B<fn> sub properties are not implemented yet.
 
-NOTE: Type properties are not impelmented yet.
+NOTE: Type properties are not implemented yet.
 
 
 =item * Assignments
@@ -165,7 +165,7 @@
 
 There are two kinds of conditional block: B<if> and B<unless>, with the latter
 being short for the more familiar B<if>, but with the condition inverted. In
-both cases, what follows the keyword is a parenthsized boolean expression and
+both cases, what follows the keyword is a parenthesized boolean expression and
 a block.
 
         if     (happy)   { smile(); }
diff -ur parrot/languages/perl6/doc/debugging.pod parrot/languages/perl6/doc/debugging.pod
--- parrot/languages/perl6/doc/debugging.pod	2003-08-27 16:27:10.000000000 -0400
+++ parrot/languages/perl6/doc/debugging.pod	2003-08-27 16:46:27.000000000 -0400
@@ -157,7 +157,7 @@
 
 Above option I<-k> tells perl6 to keep intermediate files. So you can
 run them with the appropriate command or you can run them with the perl6
-driver. Flags after I<-R> are passed on to the running programm: B<imcc>
+driver. Flags after I<-R> are passed on to the running program: B<imcc>
 or B<parrot>, though the former has some more options.
 
 	perl6 ../../examples/assembly/life.pasm
@@ -180,7 +180,7 @@
 If particular tests fail, please provide the test summary plus
 symptomatic cases of failures.
 
-And finally, don't forget to report your OS environement including
+And finally, don't forget to report your OS environment including
 involved components like B<perl> and C compiler.
 
 Thanks.
