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>
Mon, 19 Oct 2009 08:40:15 +0000 (10:40 +0200)
Karolin

source4/torture/rpc/samr.c

index c448b3bb83ecbfe45b25e965e8f0f1f35dc2758c..ba8548540c858ffbdbb0db60eaecc35f03726c01 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: