From 5c43bc616adddbcefdf5e98df21f80a841b8697f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 7 May 2009 16:24:54 +0200 Subject: Fix a typo --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index d52b61596a..1d46346751 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5058,7 +5058,7 @@ static bool run_mangle1(int dummy) SMB_OFF_T size; uint16_t mode; - printf("starting chain1 test\n"); + printf("starting mangle1 test\n"); if (!torture_open_connection(&cli, 0)) { return False; } -- cgit