/**
* gnutls_priority_init2:
- * @priority_cache: is a #gnutls_prioritity_t type.
+ * @priority_cache: is a #gnutls_priority_t type.
* @priorities: is a string describing priorities (may be %NULL)
* @err_pos: In case of an error this will have the position in the string the error occurred
* @flags: zero or %GNUTLS_PRIORITY_INIT_DEF_APPEND
/**
* gnutls_priority_init:
- * @priority_cache: is a #gnutls_prioritity_t type.
+ * @priority_cache: is a #gnutls_priority_t type.
* @priorities: is a string describing priorities (may be %NULL)
* @err_pos: In case of an error this will have the position in the string the error occurred
*
/**
* gnutls_priority_deinit:
- * @priority_cache: is a #gnutls_prioritity_t type.
+ * @priority_cache: is a #gnutls_priority_t type.
*
* Deinitializes the priority cache.
**/
/**
* gnutls_priority_ecc_curve_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available elliptic curves in the priority
/**
* gnutls_priority_group_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available groups in the priority
/**
* gnutls_priority_kx_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available key exchange methods in the priority
/**
* gnutls_priority_cipher_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available ciphers in the priority
/**
* gnutls_priority_mac_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available MAC algorithms in the priority
/**
* gnutls_priority_compression_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available compression method in the priority
/**
* gnutls_priority_protocol_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available TLS version numbers in the priority
/**
* gnutls_priority_sign_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available signature algorithms in the priority
/**
* gnutls_priority_certificate_type_list:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list
*
* Get a list of available certificate types in the priority
/**
* gnutls_priority_certificate_type_list2:
- * @pcache: is a #gnutls_prioritity_t type.
+ * @pcache: is a #gnutls_priority_t type.
* @list: will point to an integer list.
* @target: is a #gnutls_ctype_target_t type. Valid arguments are
* GNUTLS_CTYPE_CLIENT and GNUTLS_CTYPE_SERVER