]> 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:20:24 +0000 (12:20 -0500)
servers/slapd/ctxcsn.c

index c0d4d331a2c32fcafa5494f85d98a406f8b9874f..d5f02c32570401f196ff271935ad7f0a6ed3dd82 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 );
 
        ldap_pvt_thread_mutex_lock( &be->be_pcl_mutex );