]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:46:43 +0000 (15:46 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:30 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/smbtorture.c
source4/torture/util_smb.c
source4/torture/winbind/struct_based.c

index b2e7b873620651123314afac74078142377cb262..d9e90eab40dce57e7433f3b178ae8324c79dac17 100644 (file)
@@ -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) {
index f13132915618106ccf87d0ef4f285c651d590e54..6924164e2a48699bce0725e5a31bc5e5cee36ef1 100644 (file)
@@ -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)
 {
index f6618f2e9fcbaf92a52e0f1a1f0cc7cfaf18b493..1c8751e7f9c9b6e0f86f540e495c239e87babd26 100644 (file)
@@ -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;