From: Nikos Mavrogiannopoulos Date: Sat, 5 Jan 2013 23:41:49 +0000 (+0100) Subject: doc fix X-Git-Tag: gnutls_3_1_7~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f8d93bea28ab33efdcbeba743fc045da91a7a13;p=thirdparty%2Fgnutls.git doc fix --- diff --git a/doc/examples/ex-client-x509.c b/doc/examples/ex-client-x509.c index d7f57dabbe..9295f981d5 100644 --- a/doc/examples/ex-client-x509.c +++ b/doc/examples/ex-client-x509.c @@ -12,7 +12,7 @@ #include "examples.h" /* A very basic TLS client, with X.509 authentication and server certificate - * verification. Note that error checking for missing files etc. is missing + * verification. Note that error checking for missing files etc. is omitted * for simplicity. */