diff options
author | Volker Lendecke <vl@samba.org> | 2011-08-17 14:09:10 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-08-17 14:11:03 +0200 |
commit | e5a6d4cdb693ea72389b8dd523c642716c87a6e3 (patch) | |
tree | 6c7f8cd2d5d93d6e21882ea73a0d2559bec3aa67 /libcli/security | |
parent | 3c0b88275629749fba23f0a04cec1aa0a6362927 (diff) | |
download | samba-e5a6d4cdb693ea72389b8dd523c642716c87a6e3.tar.gz samba-e5a6d4cdb693ea72389b8dd523c642716c87a6e3.tar.bz2 samba-e5a6d4cdb693ea72389b8dd523c642716c87a6e3.zip |
Fix a typo
Diffstat (limited to 'libcli/security')
-rw-r--r-- | libcli/security/util_sid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/security/util_sid.c b/libcli/security/util_sid.c index 0f95fbb845..a86d4cbddb 100644 --- a/libcli/security/util_sid.c +++ b/libcli/security/util_sid.c @@ -335,7 +335,7 @@ void del_sid_from_array(const struct dom_sid *sid, struct dom_sid **sids, } /* This loop will copy the remainder of the array - if i < num of sids ni the array */ + if i < num of sids in the array */ for ( ; i<*num; i++ ) sid_copy( &sid_list[i], &sid_list[i+1] ); |