You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/04/26 11:48:14 UTC

svn commit: r1330735 - /directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java

Author: elecharny
Date: Thu Apr 26 09:48:13 2012
New Revision: 1330735

URL: http://svn.apache.org/viewvc?rev=1330735&view=rev
Log:
Typo

Modified:
    directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java

Modified: directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java?rev=1330735&r1=1330734&r2=1330735&view=diff
==============================================================================
--- directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java (original)
+++ directory/apacheds/branches/index-work/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java Thu Apr 26 09:48:13 2012
@@ -754,7 +754,7 @@ public class DefaultPartitionNexus exten
         {
             // We are searching from the rootDSE. We have to distinguish three cases :
             // 1) The scope is OBJECT : we have to return the rootDSE entry, filtered
-            // 2) The scope is ONELEVEL : we have to return all the Namin
+            // 2) The scope is ONELEVEL : we have to return all the Naming Contexts
             boolean isObjectScope = searchCtls.getSearchScope() == SearchControls.OBJECT_SCOPE;
 
             boolean isOnelevelScope = searchCtls.getSearchScope() == SearchControls.ONELEVEL_SCOPE;