From 4689d5f52b13bb6589a5164cd13ea89db794e651 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 10 Jan 2013 21:19:16 +0000 Subject: fix typo in comment git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1906 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/myldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/myldap.c') diff --git a/nslcd/myldap.c b/nslcd/myldap.c index 2ed5ce3..753cc20 100644 --- a/nslcd/myldap.c +++ b/nslcd/myldap.c @@ -568,7 +568,7 @@ static int set_socket_timeout(LDAP *ld, time_t sec, suseconds_t usec) #ifdef LDAP_OPT_CONNECT_CB /* This function is called by the LDAP library once a connection was made to the server. We - set a timeout on the socket here, to catch netzwork timeouts during the ssl + set a timeout on the socket here, to catch network timeouts during the ssl handshake phase. It is configured with LDAP_OPT_CONNECT_CB. */ static int connect_cb(LDAP *ld, Sockbuf UNUSED(*sb), LDAPURLDesc UNUSED(*srv), struct sockaddr UNUSED(*addr), -- cgit v1.2.3