smbd: Fix a typo
[metze/samba/wip.git] / 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);