From a2c2235c1f26c43dfb6b7ad965974460901dbb9b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 May 2019 16:54:34 +0200 Subject: [PATCH] smbtorture: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source4/torture/raw/lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index a8cc153b3d7..92585eea00e 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -571,7 +571,7 @@ static bool test_async(struct torture_context *tctx, "lock cancel was not immediate (%s)\n", __location__)); /* MS-CIFS (2.2.4.32.1) states that a cancel is honored if and only - * if the lock vector contains one entry. When given mutliple cancel + * if the lock vector contains one entry. When given multiple cancel * requests in a single PDU we expect the server to return an * error. Samba4 handles this correctly. Windows servers seem to * accept the request but only cancel the first lock. Samba3 -- 2.47.3