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 2005/04/23 00:41:42 UTC

svn commit: r164291 - /directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/prefs/PreferencesUtils.java

Author: elecharny
Date: Fri Apr 22 15:41:41 2005
New Revision: 164291

URL: http://svn.apache.org/viewcvs?rev=164291&view=rev
Log:
Corrected a typo on hierarchy (JIRA DIREVE-153)

Modified:
    directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/prefs/PreferencesUtils.java

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/prefs/PreferencesUtils.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/prefs/PreferencesUtils.java?rev=164291&r1=164290&r2=164291&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/prefs/PreferencesUtils.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/prefs/PreferencesUtils.java Fri Apr 22 15:41:41 2005
@@ -31,7 +31,7 @@
  */
 public class PreferencesUtils
 {
-    /** the dn base of the system preference heirarchy */
+    /** the dn base of the system preference hierarchy */
     static final String SYSPREF_BASE = "prefNodeName=sysPrefRoot,ou=system";