>From 3896283807507b914c3c97cc8307630c1fad9826 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sun, 3 Jan 2010 15:02:45 +0100 Subject: [PATCH 2/2] Typo fixes: succesful, precendence --- lib/gnutls_auth.c | 2 +- lib/gnutls_priority.c | 2 +- lib/gnutls_session.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c index 6aa6723..999aa20 100644 --- a/lib/gnutls_auth.c +++ b/lib/gnutls_auth.c @@ -273,7 +273,7 @@ out: * _gnutls_get_auth_info - Returns a pointer to authentication information. * @session: is a #gnutls_session_t structure. * - * This function must be called after a succesful gnutls_handshake(). + * This function must be called after a successful gnutls_handshake(). * Returns a pointer to authentication information. That information * is data obtained by the handshake protocol, the key exchange algorithm, * and the TLS extensions messages. diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 7fab2c7..8700f90 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -480,7 +480,7 @@ gnutls_priority_set (gnutls_session_t session, gnutls_priority_t priority) * compression NULL; for certificate types X.509, OpenPGP. * * For key exchange algorithms when in NORMAL or SECURE levels the - * perfect forward secrecy algorithms take precendence of the other + * perfect forward secrecy algorithms take precedence of the other * protocols. In all cases all the supported key exchange algorithms * are enabled (except for the RSA-EXPORT which is only enabled in * EXPORT level). diff --git a/lib/gnutls_session.c b/lib/gnutls_session.c index 2a3419b..864f09c 100644 --- a/lib/gnutls_session.c +++ b/lib/gnutls_session.c @@ -40,7 +40,7 @@ * successful handshake. * * Resuming sessions is really useful and speedups connections after - * a succesful one. + * a successful one. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise * an error code is returned. @@ -95,7 +95,7 @@ error: * gnutls_free(). * * Resuming sessions is really useful and speedups connections after - * a succesful one. + * a successful one. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise * an error code is returned. -- 1.6.5