summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.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/passdb/passdb.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/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 d262b09520..f34513b225 100644
--- a/source3/passdb/passdb.c
+++ b/source3/passdb/passdb.c
@@ -183,7 +183,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
@@ -629,7 +629,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);