Fixed typo.

oldstable
Jakob Eriksson 2004-04-20 20:15:43 +00:00 committed by Alexandre Julliard
parent 8e2da3e50d
commit 5c95e41d89
1 changed files with 1 additions and 1 deletions

View File

@ -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";