]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 18 Aug 2014 17:18:44 +0000 (12:18 -0500)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 18 Aug 2014 17:18:44 +0000 (12:18 -0500)
servers/slapd/ctxcsn.c

index 22ccb541281beb7c0a01cfda14cd8c4ff95a5ef2..8384fb8457702ca4600debd78efcb355910d0ee2 100644 (file)
@@ -186,7 +186,7 @@ slap_queue_csn(
        pending = (struct slap_csn_entry *) ch_calloc( 1,
                        sizeof( struct slap_csn_entry ));
 
-       Debug( LDAP_DEBUG_SYNC, "slap_queue_csn: queing %p %s\n", csn->bv_val, csn->bv_val, 0 );
+       Debug( LDAP_DEBUG_SYNC, "slap_queue_csn: queueing %p %s\n", csn->bv_val, csn->bv_val, 0 );
 
        ber_dupbv( &pending->ce_csn, csn );
        ber_bvreplace_x( &op->o_csn, &pending->ce_csn, op->o_tmpmemctx );