From: Quanah Gibson-Mount Date: Mon, 18 Aug 2014 17:18:44 +0000 (-0500) Subject: Fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9c54ff2f0bd157fca738f62643e74d7ddcedf4f6;p=openldap Fix typo --- diff --git a/servers/slapd/ctxcsn.c b/servers/slapd/ctxcsn.c index 22ccb54128..8384fb8457 100644 --- a/servers/slapd/ctxcsn.c +++ b/servers/slapd/ctxcsn.c @@ -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 );