Index: doc/vm_doc/html/installdox =================================================================== --- doc/vm_doc/html/installdox.orig 2006-03-20 18:34:46.000000000 +0000 +++ doc/vm_doc/html/installdox 2006-03-24 21:18:04.000000000 +0000 @@ -53,7 +53,7 @@ } elsif ( ! $quiet && $sub ne "_doc" && $sub ne "_cgi" ) { - print "Substituting $subst{$sub} for each occurence of tag file $sub\n"; + print "Substituting $subst{$sub} for each occurrence of tag file $sub\n"; } } Index: modules/archive/src/main/java/java/util/jar/Manifest.java =================================================================== --- modules/archive/src/main/java/java/util/jar/Manifest.java.orig 2006-03-20 18:35:08.000000000 +0000 +++ modules/archive/src/main/java/java/util/jar/Manifest.java 2006-03-24 21:08:28.000000000 +0000 @@ -262,7 +262,7 @@ /** * Contructs a new Manifest instance obtaining Attribute information from - * the paramter InputStream. + * the parameter InputStream. * * @param is * The InputStream to read from Index: modules/archive/src/test/java/tests/api/java/util/zip/DeflaterOutputStreamTest.java =================================================================== --- modules/archive/src/test/java/tests/api/java/util/zip/DeflaterOutputStreamTest.java.orig 2006-03-20 18:34:52.000000000 +0000 +++ modules/archive/src/test/java/tests/api/java/util/zip/DeflaterOutputStreamTest.java 2006-03-24 21:11:18.000000000 +0000 @@ -380,7 +380,7 @@ iis.close(); f1.delete(); - // Test for trying to write more bytes than availble from the array + // Test for trying to write more bytes than available from the array File f2 = new File("writeBII2.tst"); FileOutputStream fos2 = new FileOutputStream(f2); DeflaterOutputStream dos2 = new DeflaterOutputStream(fos2); Index: modules/beans/src/main/java/java/beans/Encoder.java =================================================================== --- modules/beans/src/main/java/java/beans/Encoder.java.orig 2006-03-21 07:48:18.000000000 +0000 +++ modules/beans/src/main/java/java/beans/Encoder.java 2006-03-24 21:04:23.000000000 +0000 @@ -62,7 +62,7 @@ * @com.intel.drl.spec_ref */ public Object remove(Object oldInstance) { - //TODO - notify refernces on node deletion + //TODO - notify references on node deletion if(oldInstance == null) { return null; } Index: modules/beans/src/test/java/org/apache/harmony/tests/beans/ExpressionTest.java =================================================================== --- modules/beans/src/test/java/org/apache/harmony/tests/beans/ExpressionTest.java.orig 2006-03-21 07:48:16.000000000 +0000 +++ modules/beans/src/test/java/org/apache/harmony/tests/beans/ExpressionTest.java 2006-03-24 21:00:51.000000000 +0000 @@ -65,7 +65,7 @@ SampleBean bean = (SampleBean) result; assertEquals("hello", bean.getText()); } else { - fail("Cannot instantialte an instance of Bean class."); + fail("Cannot instantiate an instance of Bean class."); } } catch (Exception e) { System.out.println(e.getClass() + ": " + e.getMessage()); @@ -87,7 +87,7 @@ assertEquals("hello", bean.getText()); assertEquals(theBean, bean.getObject()); } else { - fail("Cannot instantialte an instance of Bean class by " + fail("Cannot instantiate an instance of Bean class by " + "static method."); } } catch (Exception e) { Index: modules/jndi/src/main/java/javax/naming/CompoundName.java =================================================================== --- modules/jndi/src/main/java/javax/naming/CompoundName.java.orig 2006-03-20 18:36:16.000000000 +0000 +++ modules/jndi/src/main/java/javax/naming/CompoundName.java 2006-03-24 21:18:00.000000000 +0000 @@ -71,7 +71,7 @@ * When a non-escaped quote appears at the start of an element it must be matched at the * end. That element can then be said to be quoted. When an escape sequence appears * within a quoted element then it is treated as normal characters unless it precedes - * an occurence of the quote in which case it is assumed that the quoted element + * an occurrence of the quote in which case it is assumed that the quoted element * contains a quote which is escaped.

*

* If the element does not start with a quote, then any quote strings within that Index: modules/jndi/src/main/java/javax/naming/event/NamingEvent.java =================================================================== --- modules/jndi/src/main/java/javax/naming/event/NamingEvent.java.orig 2006-03-20 18:36:14.000000000 +0000 +++ modules/jndi/src/main/java/javax/naming/event/NamingEvent.java 2006-03-24 21:09:17.000000000 +0000 @@ -123,7 +123,7 @@ * @param type the constant value that specifies the type of event * @param newBinding binding after the event. newBinding might * be null depending on the value of the type - * paramater as follows: + * parameter as follows: *