From 0e6ab5804ff811efbea3f4f495d4da5512462b33 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 18 Aug 2014 12:18:44 -0500 Subject: [PATCH] Fix typo --- servers/slapd/ctxcsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5