X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-ldap%2Fmonitor.c;h=d257eb643b7c5dfd98d899842ed13c6c3fdd1068;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=7a59f7c105664f12e51b20b8b6e522fece345c23;hpb=011eb3a27c0589428c700793157f5a748fb05655;p=openldap diff --git a/servers/slapd/back-ldap/monitor.c b/servers/slapd/back-ldap/monitor.c index 7a59f7c105..d257eb643b 100644 --- a/servers/slapd/back-ldap/monitor.c +++ b/servers/slapd/back-ldap/monitor.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2003-2014 The OpenLDAP Foundation. + * Copyright 2003-2017 The OpenLDAP Foundation. * Portions Copyright 1999-2003 Howard Chu. * Portions Copyright 2000-2003 Pierangelo Masarati. * All rights reserved. @@ -381,7 +381,7 @@ ldap_back_monitor_subsystem_destroy( /* * Connection monitoring subsystem: - * Tries to mimick what the cn=connections,cn=monitor subsystem does + * Tries to mimic what the cn=connections,cn=monitor subsystem does * by creating volatile entries for each connection and populating them * according to the information attached to the connection. * At this moment the only exposed information is the DN used to bind it. @@ -978,7 +978,7 @@ ldap_back_monitor_db_open( BackendDB *be ) rc = mbe->register_database( be, &li->li_monitor_info.lmi_ndn ); if ( rc != 0 ) { Debug( LDAP_DEBUG_ANY, "ldap_back_monitor_db_open: " - "failed to register the databse with back-monitor\n", + "failed to register the database with back-monitor\n", 0, 0, 0 ); } }