smbtorture: fix typos in RAW-OPLOCK output.
authorMichael Adam <obnox@samba.org>
Tue, 18 Mar 2008 12:02:32 +0000 (13:02 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 18 Mar 2008 15:10:46 +0000 (16:10 +0100)
Michael

source/torture/raw/oplock.c

index 5ab43d5e780aea9778fad048e5f2675e223f1b68..8b2e4fb17718f699559b0de5ec604a8d6b5374eb 100644 (file)
@@ -2539,7 +2539,7 @@ static bool test_raw_oplock_batch22(struct torture_context *tctx, struct smbcli_
        int te;
 
        if (torture_setting_bool(tctx, "samba3", false)) {
-               torture_skip(tctx, "BACHT22 disabled against samba3\n");
+               torture_skip(tctx, "BATCH22 disabled against samba3\n");
        }
 
        if (!torture_setup_dir(cli1, BASEDIR)) {
@@ -2629,7 +2629,7 @@ static bool test_raw_oplock_batch23(struct torture_context *tctx, struct smbcli_
        struct smbcli_state *cli3 = NULL;
 
        if (torture_setting_bool(tctx, "samba3", false)) {
-               torture_skip(tctx, "BACHT23 disabled against samba3\n");
+               torture_skip(tctx, "BATCH23 disabled against samba3\n");
        }
 
        if (!torture_setup_dir(cli1, BASEDIR)) {