Typo in winetest
Ferenc Wagner
wferi at afavant.elte.hu
Tue Apr 20 14:17:31 CDT 2004
Jakob Eriksson <jakov at vmlinux.org> writes:
> Typo in winetest
Wow, what a catch! Pity it got line-wrapped, so here it is
again:
Index: send.c
===================================================================
RCS file: /home/wine/wine/programs/winetest/send.c,v
retrieving revision 1.8
diff -u -r1.8 send.c
--- send.c 24 Mar 2004 23:40:06 -0000 1.8
+++ send.c 20 Apr 2004 19:15:30 -0000
@@ -122,7 +122,7 @@
"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";
More information about the wine-patches
mailing list