talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 332c8f05291c1d556900ae7cc91465eb7a59621e
parent 0f02917ab4d3f5609f198c003273b9b0eb4b37a9
Author: wwp <wwp@free.fr>
Date:   Thu, 16 Aug 2018 08:37:13 +0200

Sucesfuly fix typos in LDAP log prints.

Diffstat:
Msrc/ldaputil.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ldaputil.c b/src/ldaputil.c @@ -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 ) { - 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; @@ -153,7 +153,7 @@ static GList *ldaputil_test_v2( LDAP *ld, gint tov ) { 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;