diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-07 16:24:54 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-07 16:37:55 +0200 |
commit | 5c43bc616adddbcefdf5e98df21f80a841b8697f (patch) | |
tree | 58d32e710ac0610beab2c9374207a7ad53a10d35 | |
parent | 1b75345a9a4575309a713507e99921fd8e3c87fb (diff) | |
download | samba-5c43bc616adddbcefdf5e98df21f80a841b8697f.tar.gz samba-5c43bc616adddbcefdf5e98df21f80a841b8697f.tar.bz2 samba-5c43bc616adddbcefdf5e98df21f80a841b8697f.zip |
Fix a typo
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |