summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-14 00:38:58 +0000
committerTim Potter <tpot@samba.org>2003-05-14 00:38:58 +0000
commit3bd3125d5ac75f743ca7e47879f0d1b06b8a812d (patch)
treed91c95ff82425cababf878ddc4e06b9c2763078e /source3/passdb/passdb.c
parenteb776e4fb64a87999aa04895541a8bea5e2772f3 (diff)
downloadsamba-3bd3125d5ac75f743ca7e47879f0d1b06b8a812d.tar.gz
samba-3bd3125d5ac75f743ca7e47879f0d1b06b8a812d.tar.bz2
samba-3bd3125d5ac75f743ca7e47879f0d1b06b8a812d.zip
spelling
(This used to be commit 249a6974702d050644d6d61f33f0034ce2a689ee)
Diffstat (limited to 'source3/passdb/passdb.c')
-rw-r--r--source3/passdb/passdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c
index aa378ecd6e..ccfc9a1693 100644
--- a/source3/passdb/passdb.c
+++ b/source3/passdb/passdb.c
@@ -181,7 +181,7 @@ NTSTATUS pdb_fill_sam_pw(SAM_ACCOUNT *sam_account, const struct passwd *pwd)
mechinism, we should call it here.
We can't just set this to 0 or allow it only to be filled
- in when added to the backend, becouse the user's SID
+ in when added to the backend, because the user's SID
may already be in security descriptors etc.
-- abartlet 11-May-02
@@ -627,7 +627,7 @@ uint32 pdb_gid_to_group_rid(gid_t gid)
static BOOL pdb_rid_is_well_known(uint32 rid)
{
- /* Not using rid_offset here, becouse this is the actual
+ /* Not using rid_offset here, because this is the actual
NT fixed value (1000) */
return (rid < BASE_RID);