From: wwp Date: Thu, 16 Aug 2018 06:37:13 +0000 (+0200) Subject: Sucesfuly fix typos in LDAP log prints. X-Git-Tag: 3.17.2~200 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=b6d5a0d4d64ecfba7320cbdc6628ecd358574495 Sucesfuly fix typos in LDAP log prints. --- diff --git a/src/ldaputil.c b/src/ldaputil.c index 983e970d4..13070dd5e 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;