Author: mimir Date: 2006-05-07 19:26:48 +0000 (Sun, 07 May 2006) New Revision: 15502
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15502 Log: Typo fix. rafal Modified: branches/SAMBA_4_0/source/torture/rpc/async_bind.c Changeset: Modified: branches/SAMBA_4_0/source/torture/rpc/async_bind.c =================================================================== --- branches/SAMBA_4_0/source/torture/rpc/async_bind.c 2006-05-07 18:21:55 UTC (rev 15501) +++ branches/SAMBA_4_0/source/torture/rpc/async_bind.c 2006-05-07 19:26:48 UTC (rev 15502) @@ -51,7 +51,7 @@ 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; }
