* @username: is the user's zero-terminated userid
* @key: is the user's key
* @format: indicate the format of the key, either
- * %GNUTLS_PSK_KEY_RAW or %GNUTLS_PSK_KEY_HEX.
+ * %GNUTLS_PSK_KEY_RAW or %GNUTLS_PSK_KEY_HEX.
*
* This function sets the username and password, in a
* gnutls_psk_client_credentials_t structure. Those will be used in
- * PSK authentication. @username should be an ASCII string or UTF-8
+ * PSK authentication. @username should be an ASCII string or UTF-8
* strings prepared using the "SASLprep" profile of "stringprep".
- * The key can be either in raw byte format or in Hex (not with the
- * '0x' prefix).
+ * The key can be either in raw byte format or in Hex format (without
+ * the 0x prefix).
*
* Returns: %GNUTLS_E_SUCCESS on success, or an error code.
**/