Skip to content
Snippets Groups Projects
Commit 5c95e41d authored by Jakob Eriksson's avatar Jakob Eriksson Committed by Alexandre Julliard
Browse files

Fixed typo.

parent 8e2da3e5
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment