diff options
author | Andreas Metzler <ametzler@bebt.de> | 2016-01-31 17:59:37 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-02-01 11:53:46 +0100 |
commit | c479799cb30d9c0951dd225d252b2e9de7646224 (patch) | |
tree | fd029346540be1a04070163d246b62bbc75099c8 /lib/openpgp | |
parent | a912e666cc53c1289b567c2217964e93c3786508 (diff) | |
download | gnutls-c479799cb30d9c0951dd225d252b2e9de7646224.tar.gz |
Fix some more typos.
certifcate, funtion, withing, missmatch
Diffstat (limited to 'lib/openpgp')
-rw-r--r-- | lib/openpgp/openpgp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/openpgp/openpgp.c b/lib/openpgp/openpgp.c index d2f69335d8..68cf932d26 100644 --- a/lib/openpgp/openpgp.c +++ b/lib/openpgp/openpgp.c @@ -339,7 +339,7 @@ gnutls_openpgp_get_key(gnutls_datum_t * key, * @key: the datum that contains the secret key. * @format: the format of the keys * - * This funtion is used to load OpenPGP keys into the GnuTLS credential + * This function is used to load OpenPGP keys into the GnuTLS credential * structure. The datum should contain at least one valid non encrypted subkey. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a @@ -362,7 +362,7 @@ gnutls_certificate_set_openpgp_key_mem(gnutls_certificate_credentials_t * @keyfile: the file that contains the secret key. * @format: the format of the keys * - * This funtion is used to load OpenPGP keys into the GnuTLS + * This function is used to load OpenPGP keys into the GnuTLS * credentials structure. The file should contain at least one valid non encrypted subkey. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a @@ -412,7 +412,7 @@ static int get_keyid(gnutls_openpgp_keyid_t keyid, const char *str) * @subkey_id: a hex encoded subkey id * @format: the format of the keys * - * This funtion is used to load OpenPGP keys into the GnuTLS + * This function is used to load OpenPGP keys into the GnuTLS * credentials structure. The datum should contain at least one valid non encrypted subkey. * * The special keyword "auto" is also accepted as @subkey_id. In that @@ -509,7 +509,7 @@ gnutls_certificate_set_openpgp_key_mem2(gnutls_certificate_credentials_t * @subkey_id: a hex encoded subkey id * @format: the format of the keys * - * This funtion is used to load OpenPGP keys into the GnuTLS credential + * This function is used to load OpenPGP keys into the GnuTLS credential * structure. The file should contain at least one valid non encrypted subkey. * * The special keyword "auto" is also accepted as @subkey_id. In that @@ -752,7 +752,7 @@ _gnutls_openpgp_request_key(gnutls_session_t session, gnutls_datum_t * ret, * @session: a TLS session * @func: the callback * - * This funtion will set a key retrieval function for OpenPGP keys. This + * This function will set a key retrieval function for OpenPGP keys. This * callback is only useful in server side, and will be used if the peer * sent a key fingerprint instead of a full key. * |