summaryrefslogtreecommitdiffstats
path: root/source/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
commit865c11275685c85124b506c9bbd2a8bde2e760b9 (patch)
treeaf21dcf2a6ef00ae1805118e22bf76f922208ed1 /source/smbd/chgpasswd.c
parent1b4f904277b5e9331cdf4491163f856aa78d0453 (diff)
downloadsamba-865c11275685c85124b506c9bbd2a8bde2e760b9.tar.gz
samba-865c11275685c85124b506c9bbd2a8bde2e760b9.tar.xz
samba-865c11275685c85124b506c9bbd2a8bde2e760b9.zip
spelling
Diffstat (limited to 'source/smbd/chgpasswd.c')
-rw-r--r--source/smbd/chgpasswd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/smbd/chgpasswd.c b/source/smbd/chgpasswd.c
index 3d25f33f45d..5c1d9a79a6e 100644
--- a/source/smbd/chgpasswd.c
+++ b/source/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.
*/