]> git.sur5r.net Git - openldap/commitdiff
typos in comments (very pedantic...)
authorPierangelo Masarati <ando@openldap.org>
Mon, 26 Dec 2005 17:00:12 +0000 (17:00 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 26 Dec 2005 17:00:12 +0000 (17:00 +0000)
servers/slapd/overlays/syncprov.c
servers/slapd/result.c

index e15305542cb5868f5d41a75e1402356161999361..d86a7cad6e058f99dd3941f10009dc7a46fb7b55 100644 (file)
@@ -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;
 
index 5d56d96825730f494bb30f28078c0a21e95def6b..f256888426dd159aa977e7874dd959ee527ea67e 100644 (file)
@@ -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 );