summaryrefslogtreecommitdiff
path: root/source3/sam/account.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-28 05:55:08 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-28 05:55:08 +0000
commitbbbf21310f809bd948202840d27c34b6bebe94e3 (patch)
treea3c0864339e370cd1ec293c60764bd9340662f0d /source3/sam/account.c
parent2b2b0f7119fe043f61259579ce70e782f5f9ec5f (diff)
downloadsamba-bbbf21310f809bd948202840d27c34b6bebe94e3.tar.gz
samba-bbbf21310f809bd948202840d27c34b6bebe94e3.tar.bz2
samba-bbbf21310f809bd948202840d27c34b6bebe94e3.zip
Code style + typo fixes
Added Kai Krüger to copyrightholders of interface.c (This used to be commit 067ae5f81076611a0042eb064afdffa5e37f93e9)
Diffstat (limited to 'source3/sam/account.c')
-rw-r--r--source3/sam/account.c4
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.