aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/curlx.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2015-06-08 14:22:54 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-06-08 13:43:31 +0200
commit56b7663f73d44bf4774bfb934befb7071ed41280 (patch)
treea3519bcdd6ab9a98ba36658555a8ef749787eed6 /docs/examples/curlx.c
parent025dbe46df8385c3d0a76874758232e7eabc5013 (diff)
docs: Spelling fixes
Diffstat (limited to 'docs/examples/curlx.c')
-rw-r--r--docs/examples/curlx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/curlx.c b/docs/examples/curlx.c
index 89d5f407b..c68cf0ddb 100644
--- a/docs/examples/curlx.c
+++ b/docs/examples/curlx.c
@@ -490,7 +490,7 @@ int main(int argc, char **argv) {
BIO_printf(p.errorbio,"the response has a correct mimetype : %s\n",
response);
else
- BIO_printf(p.errorbio,"the reponse doesn\'t has an acceptable "
+ BIO_printf(p.errorbio,"the response doesn\'t have an acceptable "
"mime type, it is %s instead of %s\n",
response,mimetypeaccept);
}