>From 9967ea0e7a839d69510093d4b68a2c0bfcb644cf Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sun, 3 Jan 2010 14:58:27 +0100 Subject: [PATCH 1/2] Typo fix: s/prefered/preferred --- ChangeLog | 2 +- doc/certtool.cfg | 2 +- doc/gnutls.texi | 2 +- lib/openpgp/pgp.c | 2 +- lib/openpgp/privkey.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 646a40b..3c3195d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9799,7 +9799,7 @@ * configure.in: Bump version so we are higher than gnutls 2.2.x but remain compatible. This will avoid shared library name conflicts with 2.2.x, and also that any 2.3.x libraries will always be - prefered over 2.2.x. + preferred over 2.2.x. 2008-01-19 Simon Josefsson diff --git a/doc/certtool.cfg b/doc/certtool.cfg index c700ff6..7b86833 100644 --- a/doc/certtool.cfg +++ b/doc/certtool.cfg @@ -69,7 +69,7 @@ email = "address@hidden" signing_key # Whether this certificate will be used to encrypt data (needed -# in TLS RSA ciphersuites). Note that it is prefered to use different +# in TLS RSA ciphersuites). Note that it is preferred to use different # keys for encryption and signing. #encryption_key diff --git a/doc/gnutls.texi b/doc/gnutls.texi index 636ac07..b1012b8 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -3059,7 +3059,7 @@ email = "none@@none.org" signing_key # Whether this certificate will be used to encrypt data (needed -# in TLS RSA ciphersuites). Note that it is prefered to use different +# in TLS RSA ciphersuites). Note that it is preferred to use different # keys for encryption and signing. #encryption_key diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c index 0d62b36..ee97c1e 100644 --- a/lib/openpgp/pgp.c +++ b/lib/openpgp/pgp.c @@ -1565,7 +1565,7 @@ gnutls_openpgp_crt_get_preferred_key_id (gnutls_openpgp_crt_t key, } /** - * gnutls_openpgp_crt_set_preferred_key_id - Sets the prefered keyID + * gnutls_openpgp_crt_set_preferred_key_id - Sets the preferred keyID * @key: the structure that contains the OpenPGP public key. * @keyid: the selected keyid * diff --git a/lib/openpgp/privkey.c b/lib/openpgp/privkey.c index 7a9c7cc..b6180fc 100644 --- a/lib/openpgp/privkey.c +++ b/lib/openpgp/privkey.c @@ -1145,7 +1145,7 @@ gnutls_openpgp_privkey_get_preferred_key_id (gnutls_openpgp_privkey_t key, } /** - * gnutls_openpgp_privkey_set_preferred_key_id - Set the prefered keyID + * gnutls_openpgp_privkey_set_preferred_key_id - Set the preferred keyID * @key: the structure that contains the OpenPGP public key. * @keyid: the selected keyid * -- 1.6.5