smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 27 May 2019 09:48:13 +0000 (11:48 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 28 May 2019 20:27:15 +0000 (20:27 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/reply.c

index 6dc69f7405cd12f8ac2d39c60baaff2c3f60823b..42cf4c908ebc3d04923c54056ca3700b5b322596 100644 (file)
@@ -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);