Doxygen fix in PKCS#7 wrapper

This commit is contained in:
Tobias Brunner 2012-06-19 13:32:24 +02:00
parent 87f8ff168b
commit 5d227c79a9

View File

@ -120,7 +120,7 @@ struct pkcs7_t {
/**
* Get attributes.
*
* @reutrn attributes (internal data)
* @return attributes (internal data)
*/
pkcs9_t *(*get_attributes) (pkcs7_t *this);