From e5a6d4cdb693ea72389b8dd523c642716c87a6e3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 17 Aug 2011 14:09:10 +0200 Subject: Fix a typo --- libcli/security/util_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/security') 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] ); -- cgit