Sucesfuly fix typos in LDAP log prints.
authorwwp <wwp@free.fr>
Thu, 16 Aug 2018 06:37:13 +0000 (08:37 +0200)
committerwwp <wwp@free.fr>
Thu, 16 Aug 2018 06:37:13 +0000 (08:37 +0200)
src/ldaputil.c

index 983e970d42eea5820d5c1c0691f071071e0b61be..13070dd5e2a24b59e59d088c6a9de2c89238a0d8 100644 (file)
@@ -78,7 +78,7 @@ static GList *ldaputil_test_v3( LDAP *ld, gint tov, gint *errcode ) {
                attribs, 0, NULL, NULL, &timeout, 0, &result );
 
        if( rc == LDAP_SUCCESS ) {
                attribs, 0, NULL, NULL, &timeout, 0, &result );
 
        if( rc == LDAP_SUCCESS ) {
-               log_print(LOG_PROTOCOL, _("LDAP (search): succesful\n"));
+               log_print(LOG_PROTOCOL, _("LDAP (search): successful\n"));
                /* Process entries */
                for( e = ldap_first_entry( ld, result );
                     e != NULL;
                /* Process entries */
                for( e = ldap_first_entry( ld, result );
                     e != NULL;
@@ -153,7 +153,7 @@ static GList *ldaputil_test_v2( LDAP *ld, gint tov ) {
                attribs, 0, NULL, NULL, &timeout, 0, &result );
 
        if( rc == LDAP_SUCCESS ) {
                attribs, 0, NULL, NULL, &timeout, 0, &result );
 
        if( rc == LDAP_SUCCESS ) {
-               log_print(LOG_PROTOCOL, _("LDAP (search): succesful\n"));
+               log_print(LOG_PROTOCOL, _("LDAP (search): successful\n"));
                /* Process entries */
                for( e = ldap_first_entry( ld, result );
                     e != NULL;
                /* Process entries */
                for( e = ldap_first_entry( ld, result );
                     e != NULL;