summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_sam.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-08 01:04:06 +0000
committerTim Potter <tpot@samba.org>2003-07-08 01:04:06 +0000
commita9a3339b2d99dcb64b675b27255d4aa5959a1caf (patch)
tree73395c29db513713153fd155490fd0fad6aa7c40 /source/auth/auth_sam.c
parentcbde1c8dfcd9d3bef956fe073e7108a54b48844b (diff)
downloadsamba-a9a3339b2d99dcb64b675b27255d4aa5959a1caf.tar.gz
samba-a9a3339b2d99dcb64b675b27255d4aa5959a1caf.tar.xz
samba-a9a3339b2d99dcb64b675b27255d4aa5959a1caf.zip
Spelling.
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 1690e4d5e12..012696f46a9 100644
--- a/source/auth/auth_sam.c
+++ b/source/auth/auth_sam.c
@@ -333,7 +333,7 @@ static NTSTATUS sam_account_ok(TALLOC_CTX *mem_ctx,
kickoff_time = pdb_get_kickoff_time(sampass);
if (kickoff_time != 0 && time(NULL) > kickoff_time) {
- DEBUG(1,("Account for user '%s' has expried.\n", pdb_get_username(sampass)));
+ DEBUG(1,("Account for user '%s' has expired.\n", pdb_get_username(sampass)));
DEBUG(3,("Account expired at '%ld' unix time.\n", (long)kickoff_time));
return NT_STATUS_ACCOUNT_EXPIRED;
}