aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-07-08 21:16:18 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-07-08 21:16:18 +0000
commit60f0b4fffe3de8eb1a1fc3015c2f6643fdccb57a (patch)
treee33d81438aeb7fae78945db99f4928d36689ef44 /lib/formdata.c
parenta95e600eb0fa1fdba0d2627ff15aaf9392b6c253 (diff)
Fixed test 554 to pass the torture test.
Diffstat (limited to 'lib/formdata.c')
-rw-r--r--lib/formdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c
index 420f85f17..bf00a40ac 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -705,7 +705,7 @@ CURLFORMcode FormAdd(struct curl_httppost **httppost,
}
if(CURL_FORMADD_OK == return_value) {
- /* go through the list, check for copleteness and if everything is
+ /* go through the list, check for completeness and if everything is
* alright add the HttpPost item otherwise set return_value accordingly */
post = NULL;