From: Pierangelo Masarati Date: Mon, 26 Dec 2005 17:00:12 +0000 (+0000) Subject: typos in comments (very pedantic...) X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~502 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aecf0f41643fecb43f08f824f69ee1b734a89d38;p=openldap typos in comments (very pedantic...) --- diff --git a/servers/slapd/overlays/syncprov.c b/servers/slapd/overlays/syncprov.c index e15305542c..d86a7cad6e 100644 --- a/servers/slapd/overlays/syncprov.c +++ b/servers/slapd/overlays/syncprov.c @@ -1804,7 +1804,7 @@ syncprov_search_response( Operation *op, SlapReply *rs ) a = attr_find( rs->sr_operational_attrs, slap_schema.si_ad_entryCSN ); } if ( a ) { - /* Make sure entry is less than the snaphot'd contextCSN */ + /* Make sure entry is less than the snapshot'd contextCSN */ if ( ber_bvcmp( &a->a_nvals[0], &ss->ss_ctxcsn ) > 0 ) return LDAP_SUCCESS; diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 5d56d96825..f256888426 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -704,7 +704,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs ) /* NOTE: moved before overlays callback circling because * they may modify entry and other stuff in rs */ /* check for special all operational attributes ("+") type */ - /* FIXME: maybe we could se this flag at the operation level; + /* FIXME: maybe we could set this flag at the operation level; * however, in principle the caller of send_search_entry() may * change the attribute list at each call */ rs->sr_attr_flags = slap_attr_flags( rs->sr_attrs );