X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fcurlx.c;h=89d5f407b9e19edb935cd4d7c0a02c449e0e2cf8;hb=7b6dca47a42828c0ae87eab0d8b68f97d1495b67;hp=9bfb0cbd82f0908f9325377f533f2e12aeb1b414;hpb=8a08705db260779441360e959b97b6c172f8acb0;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/curlx.c b/docs/examples/curlx.c index 9bfb0cb..89d5f40 100644 --- a/docs/examples/curlx.c +++ b/docs/examples/curlx.c @@ -9,10 +9,7 @@ certificate presented during ssl session establishment. */ -/* - * demonstrates use of SSL context callback, requires OpenSSL - * - */ + /* * Copyright (c) 2003 The OpenEvidence Project. All rights reserved. @@ -493,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 response doesn\'t have an acceptable " + BIO_printf(p.errorbio,"the reponse doesn\'t has an acceptable " "mime type, it is %s instead of %s\n", response,mimetypeaccept); }