You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/26 18:46:56 UTC

svn commit: r1236320 - in /directory/apacheds/trunk: core-api/src/main/java/org/apache/directory/server/core/api/changelog/ jdbm/src/main/java/jdbm/btree/ jdbm/src/main/java/jdbm/helper/ server-config/src/main/java/org/apache/directory/server/config/ s...

Author: pamarcelot
Date: Thu Jan 26 17:46:56 2012
New Revision: 1236320

URL: http://svn.apache.org/viewvc?rev=1236320&view=rev
Log:
Fixed typos.

Modified:
    directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEvent.java
    directory/apacheds/trunk/jdbm/src/main/java/jdbm/btree/BPage.java
    directory/apacheds/trunk/jdbm/src/main/java/jdbm/helper/CacheEvictionException.java
    directory/apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/ConfigurationException.java
    directory/apacheds/trunk/server-jndi/src/main/java/org/apache/directory/server/configuration/ApacheDS.java
    directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java

Modified: directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEvent.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEvent.java?rev=1236320&r1=1236319&r2=1236320&view=diff
==============================================================================
--- directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEvent.java (original)
+++ directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/api/changelog/ChangeLogEvent.java Thu Jan 26 17:46:56 2012
@@ -128,9 +128,9 @@ public class ChangeLogEvent
 
 
     /**
-     * Gets the generalizedTime when this event occured.
+     * Gets the generalizedTime when this event occurred.
      *
-     * @return the zuluTime when this event occured
+     * @return the zuluTime when this event occurred
      */
     public String getZuluTime()
     {

Modified: directory/apacheds/trunk/jdbm/src/main/java/jdbm/btree/BPage.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/src/main/java/jdbm/btree/BPage.java?rev=1236320&r1=1236319&r2=1236320&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/main/java/jdbm/btree/BPage.java (original)
+++ directory/apacheds/trunk/jdbm/src/main/java/jdbm/btree/BPage.java Thu Jan 26 17:46:56 2012
@@ -630,7 +630,7 @@ public class BPage<K, V> implements Seri
 
             if ( result.underflow )
             {
-                // underflow occured
+                // underflow occurred
                 if ( child.first != half + 1 )
                 {
                     throw new IllegalStateException( I18n.err( I18n.ERR_513, "1" ) );

Modified: directory/apacheds/trunk/jdbm/src/main/java/jdbm/helper/CacheEvictionException.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/src/main/java/jdbm/helper/CacheEvictionException.java?rev=1236320&r1=1236319&r2=1236320&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/src/main/java/jdbm/helper/CacheEvictionException.java (original)
+++ directory/apacheds/trunk/jdbm/src/main/java/jdbm/helper/CacheEvictionException.java Thu Jan 26 17:46:56 2012
@@ -58,7 +58,7 @@ public class CacheEvictionException
 {
 
     /**
-     * Nested exception -- the original exception that occured, if any.
+     * Nested exception -- the original exception that occurred, if any.
      */
     protected Exception _nested;
 

Modified: directory/apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/ConfigurationException.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/ConfigurationException.java?rev=1236320&r1=1236319&r2=1236320&view=diff
==============================================================================
--- directory/apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/ConfigurationException.java (original)
+++ directory/apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/ConfigurationException.java Thu Jan 26 17:46:56 2012
@@ -25,7 +25,7 @@ import org.apache.directory.shared.ldap.
 
 /**
  * An exception used when we cannot read the configuration, or when an error
- * occured while reading it from the DIT.
+ * occurred while reading it from the DIT.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  */

Modified: directory/apacheds/trunk/server-jndi/src/main/java/org/apache/directory/server/configuration/ApacheDS.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-jndi/src/main/java/org/apache/directory/server/configuration/ApacheDS.java?rev=1236320&r1=1236319&r2=1236320&view=diff
==============================================================================
--- directory/apacheds/trunk/server-jndi/src/main/java/org/apache/directory/server/configuration/ApacheDS.java (original)
+++ directory/apacheds/trunk/server-jndi/src/main/java/org/apache/directory/server/configuration/ApacheDS.java Thu Jan 26 17:46:56 2012
@@ -114,7 +114,7 @@ public class ApacheDS
      *  <li>start the LDAPS server</li>
      *  
      * @throws NamingException If the server cannot be started
-     * @throws IOException If an IO error occured while reading some file
+     * @throws IOException If an IO error occurred while reading some file
      */
     public void startup() throws Exception
     {

Modified: directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java?rev=1236320&r1=1236319&r2=1236320&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java (original)
+++ directory/apacheds/trunk/xdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/AbstractBTreePartition.java Thu Jan 26 17:46:56 2012
@@ -2495,7 +2495,7 @@ public abstract class AbstractBTreeParti
      * one and subtree alias index tuples for old ancestors above the moved base
      * that will no longer be ancestors after the move.
      *
-     * @param movedBase the base at which the move occured - the moved node
+     * @param movedBase the base at which the move occurred - the moved node
      * @throws Exception if system userIndices fail
      */
     protected void dropMovedAliasIndices( final Dn movedBase ) throws Exception
@@ -2514,7 +2514,7 @@ public abstract class AbstractBTreeParti
      * above the moved base.
      *
      * @param aliasId the id of the alias
-     * @param movedBase the base where the move occured
+     * @param movedBase the base where the move occurred
      * @throws Exception if userIndices fail
      */
     protected void dropAliasIndices( ID aliasId, Dn movedBase ) throws Exception