X-Git-Url: https://git.sur5r.net/?p=openldap;a=blobdiff_plain;f=servers%2Fslapd%2Fat.c;h=3621763a70e3494fca42e61b855f1ab0dfabef1f;hp=b28ebc3484533396a7b5a5069e2f9990a30bbd35;hb=10566c8be384c6435476ec54e842382841cb84b6;hpb=fd5ad3ef399dc281e78b06a36162a58a95518c34 diff --git a/servers/slapd/at.c b/servers/slapd/at.c index b28ebc3484..3621763a70 100644 --- a/servers/slapd/at.c +++ b/servers/slapd/at.c @@ -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);