summaryrefslogtreecommitdiff
path: root/lib/gnutls_pubkey.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-08 20:27:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-08 20:27:22 +0200
commit08e59c83bf7d510c0eda2fb13697177cf0156228 (patch)
treed43119de5688160ca8e1b7c3863fec2ec71d89e1 /lib/gnutls_pubkey.c
parent9cbcd23378feab05f421714604e6201f459686fe (diff)
downloadgnutls-08e59c83bf7d510c0eda2fb13697177cf0156228.tar.gz
fix typo
Diffstat (limited to 'lib/gnutls_pubkey.c')
-rw-r--r--lib/gnutls_pubkey.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c
index f4ef15e818..f27caa6477 100644
--- a/lib/gnutls_pubkey.c
+++ b/lib/gnutls_pubkey.c
@@ -1530,7 +1530,7 @@ gnutls_pubkey_import_dsa_raw (gnutls_pubkey_t key,
/**
* gnutls_pubkey_verify_data:
* @pubkey: Holds the public key
- * @flags: Zero or on of %gnutls_pubkey_flags_t
+ * @flags: Zero or one of %gnutls_pubkey_flags_t
* @data: holds the signed data
* @signature: contains the signature
*
@@ -1580,7 +1580,7 @@ gnutls_pubkey_verify_data (gnutls_pubkey_t pubkey, unsigned int flags,
* gnutls_pubkey_verify_data2:
* @pubkey: Holds the public key
* @algo: The signature algorithm used
- * @flags: Zero or on of %gnutls_pubkey_flags_t
+ * @flags: Zero or one of %gnutls_pubkey_flags_t
* @data: holds the signed data
* @signature: contains the signature
*
@@ -1626,7 +1626,7 @@ gnutls_pubkey_verify_data2 (gnutls_pubkey_t pubkey,
/**
* gnutls_pubkey_verify_hash:
* @key: Holds the public key
- * @flags: Zero or on of %gnutls_pubkey_flags_t
+ * @flags: Zero or one of %gnutls_pubkey_flags_t
* @hash: holds the hash digest to be verified
* @signature: contains the signature
*
@@ -1661,7 +1661,7 @@ int ret;
* gnutls_pubkey_verify_hash2:
* @key: Holds the public key
* @algo: The signature algorithm used
- * @flags: Zero or on of %gnutls_pubkey_flags_t
+ * @flags: Zero or one of %gnutls_pubkey_flags_t
* @hash: holds the hash digest to be verified
* @signature: contains the signature
*