summaryrefslogtreecommitdiff
path: root/source/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
commit906e19bad40ba0c0a473ec2601e9eb0fff169f83 (patch)
tree9e0d6821d65dc3adbf41acf57210caab9d6beb90 /source/auth/auth_sam.c
parent3745e398b1cc4d1b76a7cb4ee9c998ff16b454b9 (diff)
downloadsamba-906e19bad40ba0c0a473ec2601e9eb0fff169f83.tar.gz
Fix typo.
Karolin
Diffstat (limited to 'source/auth/auth_sam.c')
-rw-r--r--source/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index 1ab0c8b3eb5..66504a8a525 100644
--- a/source/auth/auth_sam.c
+++ b/source/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).
****************************************************************************/