summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-02-05 15:51:27 +0100
committerVolker Lendecke <vl@samba.org>2008-02-05 16:23:09 +0100
commit95eb2f2eba529fca0792b8f5dd64c929824e421b (patch)
treeb1117a6ffa8c961d0ccac2078147a779e3904383 /source3/auth/auth_sam.c
parent55af880341226f8ecd864cbe046af8434a961278 (diff)
downloadsamba-95eb2f2eba529fca0792b8f5dd64c929824e421b.tar.gz
samba-95eb2f2eba529fca0792b8f5dd64c929824e421b.tar.bz2
samba-95eb2f2eba529fca0792b8f5dd64c929824e421b.zip
Fix typo.
Karolin (This used to be commit 906e19bad40ba0c0a473ec2601e9eb0fff169f83)
Diffstat (limited to 'source3/auth/auth_sam.c')
-rw-r--r--source3/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c
index 1ab0c8b3eb..66504a8a52 100644
--- a/source3/auth/auth_sam.c
+++ b/source3/auth/auth_sam.c
@@ -122,7 +122,7 @@ static bool logon_hours_ok(struct samu *sampass)
}
/****************************************************************************
- Do a specific test for a struct samu being vaild for this connection
+ Do a specific test for a struct samu being valid for this connection
(ie not disabled, expired and the like).
****************************************************************************/