diff options
-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] ); |