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 | |
parent | 38fbfdca4d4234875f15571f7c90eff0078b6b2c (diff) | |
download | samba-fa08d0b44bf80f6caaeb004a0f27d8346c2820e2.tar.gz samba-fa08d0b44bf80f6caaeb004a0f27d8346c2820e2.tar.bz2 samba-fa08d0b44bf80f6caaeb004a0f27d8346c2820e2.zip |
Fix typo.
privilage -> privilege
Karolin
Diffstat (limited to 'source3')
-rw-r--r-- | source3/change-log | 2 | ||||
-rw-r--r-- | source3/rpc_server/srv_samr_nt.c | 4 | ||||
-rw-r--r-- | source3/winbindd/winbindd_misc.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source3/change-log b/source3/change-log index 1f7798b541..b614802724 100644 --- a/source3/change-log +++ b/source3/change-log @@ -1440,7 +1440,7 @@ changes to samba. This change-log is now obsolete. timezone - attempted alignment fixups (to speed up memcpy) - added some DCE/DFS support (thanks to Jim Doyle <doyle@oec.com>) - - added fix so that root doesn't have special privilages to open + - added fix so that root doesn't have special privileges to open readonly files for writing (but admin users do). This fixes the MS office install problem. - fixed trans2 response bug in client 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, diff --git a/source3/winbindd/winbindd_misc.c b/source3/winbindd/winbindd_misc.c index 9e62a1b102..1917718462 100644 --- a/source3/winbindd/winbindd_misc.c +++ b/source3/winbindd/winbindd_misc.c @@ -465,7 +465,7 @@ void winbindd_netbios_name(struct winbindd_cli_state *state) request_ok(state); } -/* Where can I find the privilaged pipe? */ +/* Where can I find the privileged pipe? */ void winbindd_priv_pipe_dir(struct winbindd_cli_state *state) { |