Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-04-26 15:46:33 +0200
committerArthur de Jong <arthur@arthurdejong.org>2008-04-26 15:46:33 +0200
commit5a4f4530862c08cc0d1bba070bf2da99e45873e1 (patch)
tree5321fee12a90acda64cf0f1e55faf1d7f0b1f5cf /nslcd/nslcd.c
parentf165ab18eb306b5fee549f6ae335c63cc8dc75b5 (diff)
spelling fix in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@707 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r--nslcd/nslcd.c2
1 files changed, 1 insertions, 1 deletions
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;