smbtorture4: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 30 Aug 2011 06:20:57 +0000 (08:20 +0200)
committerVolker Lendecke <vlendec@samba.org>
Tue, 30 Aug 2011 07:51:10 +0000 (09:51 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Aug 30 09:51:10 CEST 2011 on sn-devel-104

source4/torture/smb2/oplock.c

index e5c3571f47e6babd246435010e3c6b2ad4a0d42c..5b12e135b7843668d2a06f4306a384da9279e17c 100644 (file)
@@ -790,7 +790,7 @@ static bool test_smb2_oplock_exclusive6(struct torture_context *tctx,
        CHECK_VAL(break_info.count, 0);
        CHECK_VAL(break_info.failures, 0);
 
-       /* Close the parent directry handle. */
+       /* Close the parent directory handle. */
        ZERO_STRUCT(closeio);
        closeio.in.file.handle = h;
        status = smb2_close(tree1, &closeio);