From be44c45440c19c7f88b876478db24bced227ae36 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Aug 2011 08:20:57 +0200 Subject: smbtorture4: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Tue Aug 30 09:51:10 CEST 2011 on sn-devel-104 --- source4/torture/smb2/oplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/smb2/oplock.c b/source4/torture/smb2/oplock.c index e5c3571f47..5b12e135b7 100644 --- a/source4/torture/smb2/oplock.c +++ b/source4/torture/smb2/oplock.c @@ -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); -- cgit