From: Volker Lendecke Date: Tue, 28 May 2019 14:54:34 +0000 (+0200) Subject: smbtorture: Fix a typo X-Git-Tag: ldb-2.0.5~597 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2c2235c1f26c43dfb6b7ad965974460901dbb9b;p=thirdparty%2Fsamba.git smbtorture: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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