Fix typos.

svn path=/trunk/; revision=60636
This commit is contained in:
Eric Kohl 2013-10-13 11:12:10 +00:00
parent 302aba84c5
commit 8cbcea6dda

View file

@ -7330,13 +7330,13 @@ SampSetUserInternal1(PSAM_DB_OBJECT UserObject,
if (Buffer->Internal1.PasswordExpired) if (Buffer->Internal1.PasswordExpired)
{ {
/* The pasword was last set ages ago */ /* The password was last set ages ago */
FixedData.PasswordLastSet.LowPart = 0; FixedData.PasswordLastSet.LowPart = 0;
FixedData.PasswordLastSet.HighPart = 0; FixedData.PasswordLastSet.HighPart = 0;
} }
else else
{ {
/* The pasword was last set right now */ /* The password was last set right now */
Status = NtQuerySystemTime(&FixedData.PasswordLastSet); Status = NtQuerySystemTime(&FixedData.PasswordLastSet);
if (!NT_SUCCESS(Status)) if (!NT_SUCCESS(Status))
goto done; goto done;