summaryrefslogtreecommitdiff
path: root/docs/examples/httpput-postfields.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/httpput-postfields.c')
-rw-r--r--docs/examples/httpput-postfields.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/httpput-postfields.c b/docs/examples/httpput-postfields.c
index f8a5c43a6..6641a4380 100644
--- a/docs/examples/httpput-postfields.c
+++ b/docs/examples/httpput-postfields.c
@@ -43,7 +43,7 @@ static const char olivertwist[]=
509 byte limit. */
/*
- * This example shows a HTTP PUT operation that sends a fixed buffer with
+ * This example shows an HTTP PUT operation that sends a fixed buffer with
* CURLOPT_POSTFIELDS to the URL given as an argument.
*/