Spelling.
authorTim Potter <tpot@samba.org>
Tue, 8 Jul 2003 01:04:06 +0000 (01:04 +0000)
committerTim Potter <tpot@samba.org>
Tue, 8 Jul 2003 01:04:06 +0000 (01:04 +0000)
(This used to be commit a9a3339b2d99dcb64b675b27255d4aa5959a1caf)

source3/auth/auth_sam.c

index 1690e4d5e12af27bf4e84c4ae726d0b6bf2d7a37..012696f46a93c12268e669b720650a565c0f3c96 100644 (file)
@@ -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;
        }