Author: gd Date: 2007-08-14 20:11:47 +0000 (Tue, 14 Aug 2007) New Revision: 24435
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24435 Log: Fix typo. Guenther Modified: branches/SAMBA_3_2/source/lib/privileges.c branches/SAMBA_3_2_0/source/lib/privileges.c Changeset: Modified: branches/SAMBA_3_2/source/lib/privileges.c =================================================================== --- branches/SAMBA_3_2/source/lib/privileges.c 2007-08-14 20:06:11 UTC (rev 24434) +++ branches/SAMBA_3_2/source/lib/privileges.c 2007-08-14 20:11:47 UTC (rev 24435) @@ -105,7 +105,7 @@ } /********************************************************************* - 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) Modified: branches/SAMBA_3_2_0/source/lib/privileges.c =================================================================== --- branches/SAMBA_3_2_0/source/lib/privileges.c 2007-08-14 20:06:11 UTC (rev 24434) +++ branches/SAMBA_3_2_0/source/lib/privileges.c 2007-08-14 20:11:47 UTC (rev 24435) @@ -105,7 +105,7 @@ } /********************************************************************* - 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)
