From ff2ed9070dbaa919425c222989b3fa4b917b59e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 May 2019 11:48:13 +0200 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 6dc69f7405cd..42cf4c908ebc 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -4597,7 +4597,7 @@ void reply_writebraw(struct smb_request *req) /* * We are not vulnerable to CVE-2017-12163 - * here as we are guarenteed to have numtowrite + * here as we are guaranteed to have numtowrite * bytes available - we just read from the client. */ nwritten = write_file(req,fsp,buf+4,startpos+nwritten,numtowrite); -- 2.34.1