From: Volker Lendecke Date: Thu, 7 May 2009 14:24:54 +0000 (+0200) Subject: Fix a typo X-Git-Tag: tdb-1.1.5~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c43bc616adddbcefdf5e98df21f80a841b8697f;p=thirdparty%2Fsamba.git Fix a typo --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index d52b61596a6..1d463467517 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; }