From 5a4f4530862c08cc0d1bba070bf2da99e45873e1 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 26 Apr 2008 13:46:33 +0000 Subject: spelling fix in comment git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@707 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/nslcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/nslcd.c') diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index cc5250d..53ae94a 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -346,7 +346,7 @@ static void handleconnection(int sock,MYLDAP_SESSION *session) log_log(LOG_DEBUG,"connection from pid=%d uid=%d gid=%d", (int)pid,(int)uid,(int)gid); /* set the timeouts */ - readtimeout.tv_sec=0; /* clients should send there request quickly */ + readtimeout.tv_sec=0; /* clients should send their request quickly */ readtimeout.tv_usec=500000; writetimeout.tv_sec=5; /* clients could be taking some time to process the results */ writetimeout.tv_usec=0; -- cgit v1.2.3