From: Andreas Schneider Date: Thu, 3 Aug 2023 13:46:43 +0000 (+0200) Subject: s4:torture: Fix code spelling X-Git-Tag: tevent-0.16.0~913 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920ffe5dc9a2a12f9bacd9c7eb2ce629207c4863;p=thirdparty%2Fsamba.git s4:torture: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index b2e7b873620..d9e90eab40d 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -733,7 +733,7 @@ int main(int argc, const char *argv[]) /* 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) { diff --git a/source4/torture/util_smb.c b/source4/torture/util_smb.c index f1313291561..6924164e2a4 100644 --- a/source4/torture/util_smb.c +++ b/source4/torture/util_smb.c @@ -303,7 +303,7 @@ void dump_all_info(TALLOC_CTX *mem_ctx, union smb_fileinfo *finfo) } /* - dump file infor by name + dump file info by name */ void torture_all_info(struct smbcli_tree *tree, const char *fname) { diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c index f6618f2e9fc..1c8751e7f9c 100644 --- a/source4/torture/winbind/struct_based.c +++ b/source4/torture/winbind/struct_based.c @@ -1065,7 +1065,7 @@ static bool torture_winbind_struct_lookup_name_sid(struct torture_context *tortu 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;