mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix typo "errror" -> "error"
This commit is contained in:
parent
82737719c8
commit
c1512eea58
@ -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 New Issue
Block a user