diff options
author | Günther Deschner <gd@samba.org> | 2007-08-14 20:11:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:47 -0500 |
commit | 9888ecedd8cb2d5d04c4808a107a5f366ac2e95d (patch) | |
tree | 26483ac622a03cb1e92821de642e1171daf9fd1a /source3/lib | |
parent | 954adf812eb390d474377206671e8f6e6b65b795 (diff) | |
download | samba-9888ecedd8cb2d5d04c4808a107a5f366ac2e95d.tar.gz samba-9888ecedd8cb2d5d04c4808a107a5f366ac2e95d.tar.xz samba-9888ecedd8cb2d5d04c4808a107a5f366ac2e95d.zip |
r24435: Fix typo.
Guenther
(This used to be commit 8705f890b11e7158b5c77cbd3a6dfae8eb26776e)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/privileges.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c index 2f063073544..34bca18b202 100644 --- a/source3/lib/privileges.c +++ b/source3/lib/privileges.c @@ -105,7 +105,7 @@ static BOOL set_privileges( const DOM_SID *sid, SE_PRIV *mask ) } /********************************************************************* - get a list of all privleges for all sids the in list + get a list of all privileges for all sids in the list *********************************************************************/ BOOL get_privileges_for_sids(SE_PRIV *privileges, DOM_SID *slist, int scount) |