diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-10-19 09:47:33 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-10-19 09:47:33 +0200 |
commit | fa08d0b44bf80f6caaeb004a0f27d8346c2820e2 (patch) | |
tree | 8b8776f10510fba567d9abe072a8b37b95c499fb /source3/rpc_server | |
parent | 38fbfdca4d4234875f15571f7c90eff0078b6b2c (diff) | |
download | samba-fa08d0b44bf80f6caaeb004a0f27d8346c2820e2.tar.gz samba-fa08d0b44bf80f6caaeb004a0f27d8346c2820e2.tar.bz2 samba-fa08d0b44bf80f6caaeb004a0f27d8346c2820e2.zip |
Fix typo.
privilage -> privilege
Karolin
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_samr_nt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_server/srv_samr_nt.c b/source3/rpc_server/srv_samr_nt.c index 10b7d42d46..9af141b6f8 100644 --- a/source3/rpc_server/srv_samr_nt.c +++ b/source3/rpc_server/srv_samr_nt.c @@ -2272,7 +2272,7 @@ NTSTATUS _samr_OpenUser(pipes_struct *p, se_map_generic(&des_access, &usr_generic_mapping); /* - * Get the sampass first as we need to check privilages + * Get the sampass first as we need to check privileges * based on what kind of user object this is. * But don't reveal info too early if it didn't exist. */ @@ -2320,7 +2320,7 @@ NTSTATUS _samr_OpenUser(pipes_struct *p, * Cheat - allow GENERIC_RIGHTS_USER_WRITE if pipe user is * in DOMAIN_GROUP_RID_ADMINS. This is almost certainly not * what Windows does but is a hack for people who haven't - * set up privilages on groups in Samba. + * set up privileges on groups in Samba. */ if (acb_info & (ACB_SVRTRUST|ACB_DOMTRUST)) { if (lp_enable_privileges() && nt_token_check_domain_rid(p->server_info->ptok, |