You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/08/13 23:53:15 UTC

svn commit: r431250 - /directory/sandbox/akarasulu/apacheds-2.0/schema/descriptions/src/main/java/org/apache/directory/server2/schema/descriptions/OidObject.java

Author: ersiner
Date: Sun Aug 13 14:53:15 2006
New Revision: 431250

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

Modified:
    directory/sandbox/akarasulu/apacheds-2.0/schema/descriptions/src/main/java/org/apache/directory/server2/schema/descriptions/OidObject.java

Modified: directory/sandbox/akarasulu/apacheds-2.0/schema/descriptions/src/main/java/org/apache/directory/server2/schema/descriptions/OidObject.java
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/schema/descriptions/src/main/java/org/apache/directory/server2/schema/descriptions/OidObject.java?rev=431250&r1=431249&r2=431250&view=diff
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/schema/descriptions/src/main/java/org/apache/directory/server2/schema/descriptions/OidObject.java (original)
+++ directory/sandbox/akarasulu/apacheds-2.0/schema/descriptions/src/main/java/org/apache/directory/server2/schema/descriptions/OidObject.java Sun Aug 13 14:53:15 2006
@@ -21,7 +21,7 @@
 
 
 /**
- * A schema object with an OID and aliases names.
+ * A schema object with an OID and aliased names.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$
@@ -43,7 +43,7 @@
      * Gets usually what is the numeric object identifier assigned to this
      * OidObject. All schema objects except for MatchingRuleUses have an OID
      * assigned specifically to them. A MatchingRuleUse's OID really is the OID
-     * of it's MatchingRule and not specific to the MatchingRuleUse. This
+     * of its MatchingRule and not specific to the MatchingRuleUse. This
      * effects how MatchingRuleUse objects are maintained by the system.
      *
      * @return an OID for this OidObject or its MatchingRule if this