Commit 5c95e41d authored by Jakob Eriksson's avatar Jakob Eriksson Committed by Alexandre Julliard

Fixed typo.

parent 8e2da3e5
......@@ -122,7 +122,7 @@ send_file (const char *name)
"Content-Disposition: form-data; name=reportfile; filename=\"%s\"\r\n"
"Content-Type: application/octet-stream\r\n\r\n";
const char body2[] = "\r\n--" SEP "\r\n"
"Content-Dispoition: form-data; name=submit\r\n\r\n"
"Content-Disposition: form-data; name=submit\r\n\r\n"
"Upload File\r\n"
"--" SEP "--\r\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment