]> git.sur5r.net Git - openldap/commitdiff
Fix typo "errror" -> "error"
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 8 Sep 2017 19:03:02 +0000 (12:03 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 8 Sep 2017 19:03:02 +0000 (12:03 -0700)
libraries/libldap/os-local.c

index d48a6ff570de34efc146c3616a22019901ca8b0e..e6db521046c0bc2cb9827622dff4580abea7e06a 100644 (file)
@@ -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)); \