s4:test: Fix typo.
authorKarolin Seeger <kseeger@samba.org>
Mon, 19 Oct 2009 08:40:15 +0000 (10:40 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:39:32 +0000 (11:39 +0100)
Karolin
(cherry picked from commit b7b548411c3868bb6008d0221ac59e56fdd5aefe)
(cherry picked from commit 1a300b7a345f962591e356335aed005a8c304711)

source4/torture/rpc/samr.c

index f8853c1093b5defd469c1a5450ce69b8e089c19b..b3bc5cf7efe46cdfc4b8aaa14aeef041d56f3a01 100644 (file)
@@ -6455,7 +6455,7 @@ static bool test_OpenDomain(struct dcerpc_pipe *p, struct torture_context *tctx,
                }
                ret &= test_CreateUser(p, tctx, &domain_handle, TEST_ACCOUNT_NAME, &user_handle, sid, which_ops, NULL, true);
                if (!ret) {
-                       torture_warning(tctx, "Testing PASSWORDS or PRIVILAGES on domain %s failed!\n", dom_sid_string(tctx, sid));
+                       torture_warning(tctx, "Testing PASSWORDS or PRIVILEGES on domain %s failed!\n", dom_sid_string(tctx, sid));
                }
                break;
        case TORTURE_SAMR_USER_ATTRIBUTES: