You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/07/22 23:54:54 UTC

svn commit: r224410 - in /geronimo/branches/v1_0_M4-QA/modules: kernel/src/java/org/apache/geronimo/gbean/runtime/ kernel/src/java/org/apache/geronimo/kernel/basic/ system/src/java/org/apache/geronimo/system/url/

Author: djencks
Date: Fri Jul 22 14:54:47 2005
New Revision: 224410

URL: http://svn.apache.org/viewcvs?rev=224410&view=rev
Log:
GERONIMO-564 speling errosr

Modified:
    geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstanceState.java
    geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/kernel/basic/BasicLifecycleMonitor.java
    geronimo/branches/v1_0_M4-QA/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java

Modified: geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstanceState.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstanceState.java?rev=224410&r1=224409&r2=224410&view=diff
==============================================================================
--- geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstanceState.java (original)
+++ geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/gbean/runtime/GBeanInstanceState.java Fri Jul 22 14:54:47 2005
@@ -327,7 +327,7 @@
             // try to create the instance
             if (!gbeanInstance.createInstance()) {
                 // instance is not ready to start... this is normally caused by references
-                // not being available, but could be because someone alreayd started the gbean.
+                // not being available, but could be because someone already started the gbean.
                 // in another thread.  The reference will log a debug message about why
                 // it could not start
                 return;

Modified: geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/kernel/basic/BasicLifecycleMonitor.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/kernel/basic/BasicLifecycleMonitor.java?rev=224410&r1=224409&r2=224410&view=diff
==============================================================================
--- geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/kernel/basic/BasicLifecycleMonitor.java (original)
+++ geronimo/branches/v1_0_M4-QA/modules/kernel/src/java/org/apache/geronimo/kernel/basic/BasicLifecycleMonitor.java Fri Jul 22 14:54:47 2005
@@ -61,7 +61,7 @@
 
     private synchronized void addSource(ObjectName source) {
         if (boundListeners.containsKey(source)) {
-            // alreayd registered
+            // already registered
             return;
         }
 

Modified: geronimo/branches/v1_0_M4-QA/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/v1_0_M4-QA/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java?rev=224410&r1=224409&r2=224410&view=diff
==============================================================================
--- geronimo/branches/v1_0_M4-QA/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java (original)
+++ geronimo/branches/v1_0_M4-QA/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java Fri Jul 22 14:54:47 2005
@@ -61,7 +61,7 @@
      *
      * @param protocol the prototcol name
      * @param handler the url handler for the protocol
-     * @throws IllegalStateException if a handler is alreayd assigned to the protocol
+     * @throws IllegalStateException if a handler is already assigned to the protocol
      */
     public void registerHandler(String protocol, URLStreamHandler handler) {
         factory.registerHandler(protocol, handler);