From: Volker Lendecke Date: Thu, 26 Jul 2018 10:43:30 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Tag: tdb-1.3.17~2112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04f62984fe7c76dd409197fb72f1697c4d7e1755;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 63623297d07..295ae1ff72d 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -1153,7 +1153,7 @@ static void contend_level2_oplocks_begin_default(files_struct *fsp, /* * do_break_to_none() only operates on the - * locking.tdb and send network packets to + * locking.tdb and sends network packets to * the client. That doesn't require any * impersonation, so we just use the * raw tevent context here.