r15502: Typo fix.
authorRafal Szczesniak <mimir@samba.org>
Sun, 7 May 2006 19:26:48 +0000 (19:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:43 +0000 (14:05 -0500)
rafal
(This used to be commit f076041ff16cbc3f58d0d6244fc0857b34533dda)

source4/torture/rpc/async_bind.c

index aeac909e9dd918fe88e171bb7ea005b737d402c9..18ed139ac79c7ff8a80c62f4763b03e4fb7810cf 100644 (file)
@@ -51,7 +51,7 @@ BOOL torture_async_bind(struct torture_context *torture)
        const struct dcerpc_interface_table **table;
 
        if (!lp_parm_bool(-1, "torture", "async", False)) {
-               printf("async bind test disabled - enable dangerous tests to use\n");
+               printf("async bind test disabled - enable async tests to use\n");
                return True;
        }