From 3bd3125d5ac75f743ca7e47879f0d1b06b8a812d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 14 May 2003 00:38:58 +0000 Subject: spelling (This used to be commit 249a6974702d050644d6d61f33f0034ce2a689ee) --- source3/smbd/chgpasswd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd/chgpasswd.c') 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. */ -- cgit