Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 17 Aug 2011 12:09:10 +0000 (14:09 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 17 Aug 2011 12:11:03 +0000 (14:11 +0200)
libcli/security/util_sid.c

index 0f95fbb845c116c13d3f04c20e652bdb2e8eabc7..a86d4cbddb0d6cd8c3e680082ccd487322e5f1b8 100644 (file)
@@ -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] );