Fix a typo
[ira/wip.git] / 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] );