summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-14 00:46:43 +0000
committerTim Potter <tpot@samba.org>2003-05-14 00:46:43 +0000
commit402fbc518a5489b33f1c5eafb8e6acb9ee5addbd (patch)
treec1c2dfa46138bba3ab0a9bb975b54499090ea72b /source3/smbd/chgpasswd.c
parentd956b34997cacbb1178ae22795ab3a9279103e85 (diff)
downloadsamba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.tar.gz
samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.tar.bz2
samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.zip
spelling
(This used to be commit 865c11275685c85124b506c9bbd2a8bde2e760b9)
Diffstat (limited to 'source3/smbd/chgpasswd.c')
-rw-r--r--source3/smbd/chgpasswd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c
index 3d25f33f45..5c1d9a79a6 100644
--- a/source3/smbd/chgpasswd.c
+++ b/source3/smbd/chgpasswd.c
@@ -980,10 +980,10 @@ NTSTATUS change_oem_password(SAM_ACCOUNT *hnd, char *old_passwd, char *new_passw
* the /etc/passwd database first. Return failure if this cannot
* be done.
*
- * This occurs before the oem change, becouse we don't want to
+ * This occurs before the oem change, because we don't want to
* update it if chgpasswd failed.
*
- * Conditional on lp_unix_password_sync() becouse we don't want
+ * Conditional on lp_unix_password_sync() because we don't want
* to touch the unix db unless we have admin permission.
*/