From: Quanah Gibson-Mount Date: Mon, 18 Aug 2014 17:18:44 +0000 (-0500) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_40~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e6ab5804ff811efbea3f4f495d4da5512462b33;p=openldap Fix typo --- diff --git a/servers/slapd/ctxcsn.c b/servers/slapd/ctxcsn.c index c0d4d331a2..d5f02c3257 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 ); ldap_pvt_thread_mutex_lock( &be->be_pcl_mutex );