]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/at.c
ITS#8605 - spelling fixes
[openldap] / servers / slapd / at.c
index b28ebc3484533396a7b5a5069e2f9990a30bbd35..3621763a70e3494fca42e61b855f1ab0dfabef1f 100644 (file)
@@ -659,7 +659,7 @@ at_add(
        *err = cname;
 
        if ( !at->at_usage && at->at_no_user_mod ) {
-               /* user attribute must be modifable */
+               /* user attribute must be modifiable */
                code = SLAP_SCHERR_ATTR_BAD_USAGE;
                goto error_return;
        }
@@ -725,7 +725,7 @@ at_add(
        /*
         * Inherit definitions from superiors.  We only check the
         * direct superior since that one has already inherited from
-        * its own superiorss
+        * its own superiors
         */
        if ( sat->sat_sup ) {
                Syntax *syn = syn_find(sat->sat_sup->sat_syntax->ssyn_oid);