You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by lk...@apache.org on 2007/01/01 19:13:19 UTC

svn commit: r491618 - /incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OBCORBA/ORB_impl.java

Author: lkuehne
Date: Mon Jan  1 11:13:18 2007
New Revision: 491618

URL: http://svn.apache.org/viewvc?view=rev&rev=491618
Log:
fixed small typo in code comment

Modified:
    incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OBCORBA/ORB_impl.java

Modified: incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OBCORBA/ORB_impl.java
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OBCORBA/ORB_impl.java?view=diff&rev=491618&r1=491617&r2=491618
==============================================================================
--- incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OBCORBA/ORB_impl.java (original)
+++ incubator/yoko/trunk/core/src/main/java/org/apache/yoko/orb/OBCORBA/ORB_impl.java Mon Jan  1 11:13:18 2007
@@ -1538,7 +1538,7 @@
             logger = new org.apache.yoko.orb.OB.Logger_impl();
 
         //
-        // If the ooc.config property is defined, and the yoko.config_loaded
+        // If the yoko.config property is defined, and the yoko.config_loaded
         // property is NOT defined, then load the configuration file into
         // the given property set and define yoko.config_loaded so we
         // don't load it again