summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/handles.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-05-22 12:40:13 -0400
committerSimo Sorce <ssorce@redhat.com>2010-05-22 12:40:42 -0400
commit8040bc608a93c4a78064acf55586d6605377f23e (patch)
tree91267329cb435e5c3df497d4a0bd3f8c88f7a938 /source4/torture/rpc/handles.c
parent72d2c370e247d1fffb4d4fc6e558168b4cd4e3dc (diff)
downloadsamba-8040bc608a93c4a78064acf55586d6605377f23e.tar.gz
samba-8040bc608a93c4a78064acf55586d6605377f23e.tar.bz2
samba-8040bc608a93c4a78064acf55586d6605377f23e.zip
torture: fix typos
Diffstat (limited to 'source4/torture/rpc/handles.c')
-rw-r--r--source4/torture/rpc/handles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c
index b99c267e56..f47789ae60 100644
--- a/source4/torture/rpc/handles.c
+++ b/source4/torture/rpc/handles.c
@@ -363,7 +363,7 @@ static bool test_handles_samr(struct torture_context *torture)
b1 = p1->binding_handle;
status = torture_rpc_connection(torture, &p2, &ndr_table_samr);
- torture_assert_ntstatus_ok(torture, status, "opening samr pipe1");
+ torture_assert_ntstatus_ok(torture, status, "opening samr pipe2");
b2 = p2->binding_handle;
r.in.system_name = 0;
@@ -507,7 +507,7 @@ static bool test_handles_random_assoc(struct torture_context *torture)
transport = p1->conn->transport.transport;
assoc_group_id = p1->assoc_group_id;
- torture_comment(torture, "pip1 use assoc_group_id[0x%08X]\n", assoc_group_id);
+ torture_comment(torture, "pipe1 uses assoc_group_id[0x%08X]\n", assoc_group_id);
torture_comment(torture, "connect samr pipe2 with assoc_group_id[0x%08X]- should fail\n", ++assoc_group_id);
status = torture_rpc_connection_transport(torture, &p2, &ndr_table_samr,