mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
Fix typo "errror" -> "error"
This commit is contained in:
parent
82737719c8
commit
c1512eea58
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ ldap_pvt_close_socket(LDAP *ld, int s)
|
|||
#define TRACE do { \
|
||||
char ebuf[128]; \
|
||||
oslocal_debug(ld, \
|
||||
"ldap_is_socket_ready: errror on socket %d: errno: %d (%s)\n", \
|
||||
"ldap_is_socket_ready: error on socket %d: errno: %d (%s)\n", \
|
||||
s, \
|
||||
errno, \
|
||||
AC_STRERROR_R(errno, ebuf, sizeof ebuf)); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue