[Commits] [SCM] claws branch, master, updated. 3.17.0-1-gb6d5a0d

wwp at claws-mail.org wwp at claws-mail.org
Thu Aug 16 08:37:51 CEST 2018


The branch, master has been updated
       via  b6d5a0d4d64ecfba7320cbdc6628ecd358574495 (commit)
      from  3ee4ef03fb9dd34bce43025a642d49d71cdcbe15 (commit)

Summary of changes:
 src/ldaputil.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit b6d5a0d4d64ecfba7320cbdc6628ecd358574495
Author: wwp <wwp at free.fr>
Date:   Thu Aug 16 08:37:13 2018 +0200

    Sucesfuly fix typos in LDAP log prints.

diff --git a/src/ldaputil.c b/src/ldaputil.c
index 983e970..13070dd 100644
--- 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;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list