diff options
Diffstat (limited to 'source3/sam/account.c')
-rw-r--r-- | source3/sam/account.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/sam/account.c b/source3/sam/account.c index 1fec9966f6..9953ba956c 100644 --- a/source3/sam/account.c +++ b/source3/sam/account.c @@ -118,9 +118,9 @@ NTSTATUS sam_init_user(SAM_USER_HANDLE **user) } /** - * Free the contets of the SAM_USER_HANDLE, but not the structure. + * Free the contents of the SAM_USER_HANDLE, but not the structure. * - * Also wipes the LM and NT hashes and plaintext passwrod from + * Also wipes the LM and NT hashes and plaintext password from * memory. * * @param user SAM_USER_HANDLE to free members of. |