* gnutls_privkey_sign_data:
* @signer: Holds the key
* @hash: should be a digest algorithm
- * @flags: Zero or on of %gnutls_privkey_flags_t
+ * @flags: Zero or one of %gnutls_privkey_flags_t
* @data: holds the data to be signed
* @signature: will contain the signature allocate with gnutls_malloc()
*
/**
* 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
*
* 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
*
/**
* 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
*
* 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
*