Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
/* At this point, we should just have a target string,
* followed by a series of test names. Unless we are in
- * shell mode, in which case we don't need anythig more.
+ * shell mode, in which case we don't need anything more.
*/
if (argc_new < 3) {
}
/*
- dump file infor by name
+ dump file info by name
*/
void torture_all_info(struct smbcli_tree *tree, const char *fname)
{
struct winbindd_response rep;
const char *invalid_sid = "S-0-0-7";
char *domain = NULL;
- const char *invalid_user = "noone";
+ const char *invalid_user = "no one";
char *invalid_name;
bool strict = torture_setting_bool(torture, "strict mode", false);
char **users;