torture: fix typos
authorSimo Sorce <ssorce@redhat.com>
Sat, 22 May 2010 16:40:13 +0000 (12:40 -0400)
committerSimo Sorce <ssorce@redhat.com>
Sat, 22 May 2010 16:40:42 +0000 (12:40 -0400)
source4/torture/rpc/handles.c

index b99c267e56b704448c1f59065c24913dbd290047..f47789ae6044b52782d66cd035d3160f46ebc4c7 100644 (file)
@@ -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,